Bug #24138 » recordListSetFields.patch
class.tx_sysaction_task.php (Arbeitskopie) | ||
---|---|---|
if ($dblist->HTMLcode) {
|
||
// Making field select box (when extended view for a single table is enabled):
|
||
if ($dblist->table) {
|
||
$tmpBackpath = $GLOBALS['BACK_PATH'];
|
||
$GLOBALS['BACK_PATH'] = '';
|
||
$content .= $dblist->fieldSelectBox($dblist->table);
|
||
$GLOBALS['BACK_PATH'] = $tmpBackpath;
|
||
$content .= '<form action="mod.php?M=user_task&SET[function]=sys_action.tx_sysaction_task&show='.$record['uid'].'" method="post">';
|
||
$content .= $dblist->fieldSelectBox($dblist->table, false);
|
||
$content .= '</form>';
|
||
}
|
||
}
|
||
} else {
|
- « Previous
- 1
- 2
- Next »