Index: typo3/class.db_list.inc =================================================================== --- typo3/class.db_list.inc (revision 6395) +++ typo3/class.db_list.inc (working copy) @@ -626,7 +626,7 @@ // "Edit" link: ( Only if permissions to edit the page-record of the content of the parent page ($this->id) if ($permsEdit) { - $params='&edit['.$table.']['.$row['uid'].']=edit'; + $params='&edit['.$table.']['.$row['uid'].']=edit'; $code = ''. $code. ''; @@ -696,15 +696,15 @@ function listURL($altId='',$table=-1,$exclList='') { return $GLOBALS['BACK_PATH'] . $this->script. '?id='.(strcmp($altId,'')?$altId:$this->id). - '&table='.rawurlencode($table==-1?$this->table:$table). - ($this->thumbs?'&imagemode='.$this->thumbs:''). - ($this->returnUrl?'&returnUrl='.rawurlencode($this->returnUrl):''). - ($this->searchString?'&search_field='.rawurlencode($this->searchString):''). - ($this->searchLevels?'&search_levels='.rawurlencode($this->searchLevels):''). - ($this->showLimit?'&showLimit='.rawurlencode($this->showLimit):''). - ($this->firstElementNumber?'&pointer='.rawurlencode($this->firstElementNumber):''). - ((!$exclList || !t3lib_div::inList($exclList,'sortField')) && $this->sortField?'&sortField='.rawurlencode($this->sortField):''). - ((!$exclList || !t3lib_div::inList($exclList,'sortRev')) && $this->sortRev?'&sortRev='.rawurlencode($this->sortRev):'') + '&table='.rawurlencode($table==-1?$this->table:$table). + ($this->thumbs?'&imagemode='.$this->thumbs:''). + ($this->returnUrl?'&returnUrl='.rawurlencode($this->returnUrl):''). + ($this->searchString?'&search_field='.rawurlencode($this->searchString):''). + ($this->searchLevels?'&search_levels='.rawurlencode($this->searchLevels):''). + ($this->showLimit?'&showLimit='.rawurlencode($this->showLimit):''). + ($this->firstElementNumber?'&pointer='.rawurlencode($this->firstElementNumber):''). + ((!$exclList || !t3lib_div::inList($exclList,'sortField')) && $this->sortField?'&sortField='.rawurlencode($this->sortField):''). + ((!$exclList || !t3lib_div::inList($exclList,'sortRev')) && $this->sortRev?'&sortRev='.rawurlencode($this->sortRev):'') ; } @@ -815,8 +815,8 @@ if (is_array($localizedRecord)) { // Create parameters and finally run the classic page module for creating a new page translation - $params = '&edit['.$table.']['.$localizedRecord['uid'].']=edit'; - $returnUrl = '&returnUrl='.rawurlencode($this->listURL()); + $params = '&edit['.$table.']['.$localizedRecord['uid'].']=edit'; + $returnUrl = '&returnUrl='.rawurlencode($this->listURL()); $location = $GLOBALS['BACK_PATH'].'alt_doc.php?'.$params.$returnUrl; t3lib_div::redirect($location); Index: typo3/class.db_list_extra.inc =================================================================== --- typo3/class.db_list_extra.inc (revision 6395) +++ typo3/class.db_list_extra.inc (working copy) @@ -190,26 +190,26 @@ if ($localCalcPerms&2 && !empty($this->id)) { // Edit - $params = '&edit[pages][' . $this->pageRow['uid'] . ']=edit'; + $params = '&edit[pages][' . $this->pageRow['uid'] . ']=edit'; $buttons['edit'] = '' . 'backPath, 'gfx/edit2.gif') . ' title="' . $LANG->getLL('editPage', 1) . '" alt="" />' . ''; // Unhide if ($this->pageRow['hidden']) { - $params = '&data[pages][' . $this->pageRow['uid'] . '][hidden]=0'; + $params = '&data[pages][' . $this->pageRow['uid'] . '][hidden]=0'; $buttons['hide_unhide'] = '' . 'backPath, 'gfx/button_unhide.gif') . ' title="' . $LANG->getLL('unHidePage', 1) . '" alt="" />' . ''; // Hide } else { - $params = '&data[pages][' . $this->pageRow['uid'] . '][hidden]=1'; + $params = '&data[pages][' . $this->pageRow['uid'] . '][hidden]=1'; $buttons['hide_unhide'] = ''. 'backPath, 'gfx/button_hide.gif') . ' title="' . $LANG->getLL('hidePage', 1) . '" alt="" />' . ''; } // Move - $buttons['move'] = '' . + $buttons['move'] = '' . 'backPath, 'gfx/move_' . ($this->table == 'tt_content' ? 'record' : 'page') . '.gif') . ' title="' . $LANG->getLL('move_page', 1) . '" alt="" />' . ''; @@ -232,21 +232,21 @@ } // Cache - $buttons['cache'] = '' . + $buttons['cache'] = '' . 'backPath, 'gfx/clear_cache.gif') . ' title="' . $LANG->sL('LLL:EXT:lang/locallang_core.php:labels.clear_cache', 1) . '" alt="" />' . ''; if ($this->table) { // CSV - $buttons['csv'] = '' . + $buttons['csv'] = '' . 'backPath, 'gfx/csv.gif') . ' title="' . $LANG->sL('LLL:EXT:lang/locallang_core.php:labels.csv', 1) . '" alt="" />' . ''; // Export if (t3lib_extMgm::isLoaded('impexp')) { $url = $this->backPath . t3lib_extMgm::extRelPath('impexp') . 'app/index.php?tx_impexp[action]=export'; - $buttons['export'] = '' . 'backPath, t3lib_extMgm::extRelPath('impexp') . 'export.gif') . ' title="' . $LANG->sL('LLL:EXT:lang/locallang_core.php:rm.export', 1) . '" alt="" />' . + $buttons['export'] = '' . 'backPath, t3lib_extMgm::extRelPath('impexp') . 'export.gif') . ' title="' . $LANG->sL('LLL:EXT:lang/locallang_core.php:rm.export', 1) . '" alt="" />' . ''; } @@ -481,7 +481,7 @@ // Render collapse button if in multi table mode $collapseIcon = ''; if (!$this->table) { - $collapseIcon = 'backPath, 'gfx/arrow' . ($tableCollapsed ? 'right' : 'down') . '.png') . ' class="collapseIcon" alt="" title="' . ($tableCollapsed ? $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.expandTable',1) : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.collapseTable',1)) . '" />'; + $collapseIcon = 'backPath, 'gfx/arrow' . ($tableCollapsed ? 'right' : 'down') . '.png') . ' class="collapseIcon" alt="" title="' . ($tableCollapsed ? $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.expandTable',1) : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.collapseTable',1)) . '" />'; } $out .= $this->addelement(1, $collapseIcon, $theData, ' class="c-headLineTable"', ''); } @@ -581,7 +581,7 @@ $countOnFirstPage = $this->totalItems > $this->itemsLimitSingleTable ? $this->itemsLimitSingleTable : $this->totalItems; $hasMore = ($this->totalItems > $this->itemsLimitSingleTable); $iOut .= ' - ' . + ' . 'backPath,'gfx/pildown.gif', 'width="14" height="14"') .' alt="" />'. ' [1 - ' . $countOnFirstPage . ($hasMore ? '+' : '') . '] '; @@ -817,7 +817,7 @@ // The "edit marked" link: $editIdList = implode(',',$currentIdList); $editIdList = "'+editList('".$table."','".$editIdList."')+'"; - $params='&edit['.$table.']['.$editIdList.']=edit&disHelp=1'; + $params='&edit['.$table.']['.$editIdList.']=edit&disHelp=1'; $cells['edit']=''. 'backPath,'gfx/edit2.gif','width="11" height="12"').' title="'.$LANG->getLL('clip_editMarked',1).'" alt="" />'. ''; @@ -864,14 +864,14 @@ 'backPath,'gfx/new_'.($table=='pages'?'page':'el').'.gif','width="'.($table=='pages'?13:11).'" height="12"').' title="'.$LANG->getLL('new',1).'" alt="" />'. ''; } elseif ($table=='pages' && $this->newWizards) { - $icon = ''. + $icon = ''. 'backPath,'gfx/new_'.($table=='pages'?'page':'el').'.gif','width="'.($table=='pages'?13:11).'" height="12"').' title="'.$LANG->getLL('new',1).'" alt="" />'. ''; } else { - $params = '&edit['.$table.']['.$this->id.']=new'; + $params = '&edit['.$table.']['.$this->id.']=new'; if ($table == 'pages_language_overlay') { - $params .= '&overrideVals[pages_language_overlay][doktype]=' . (int) $this->pageRow['doktype']; + $params .= '&overrideVals[pages_language_overlay][doktype]=' . (int) $this->pageRow['doktype']; } $icon = ''. 'backPath,'gfx/new_'.($table=='pages'?'page':'el').'.gif','width="'.($table=='pages'?13:11).'" height="12"').' title="'.$LANG->getLL('new',1).'" alt="" />'. @@ -883,7 +883,7 @@ if ($permsEdit && $this->table && is_array($currentIdList)) { $editIdList = implode(',',$currentIdList); if ($this->clipNumPane()) $editIdList = "'+editList('".$table."','".$editIdList."')+'"; - $params = '&edit['.$table.']['.$editIdList.']=edit&columnsOnly='.implode(',',$this->fieldArray).'&disHelp=1'; + $params = '&edit['.$table.']['.$editIdList.']=edit&columnsOnly='.implode(',',$this->fieldArray).'&disHelp=1'; $icon .= ''. 'backPath,'gfx/edit2.gif','width="11" height="12"').' title="'.$LANG->getLL('editShownColumns',1).'" alt="" />'. ''; @@ -902,7 +902,7 @@ // If the numeric clipboard pads are selected, show duplicate sorting link: if ($this->clipNumPane()) { - $theData[$fCol].=''. + $theData[$fCol].=''. 'backPath,'gfx/select_duplicates.gif','width="11" height="11"').' title="'.$LANG->getLL('clip_duplicates',1).'" alt="" />'. ''; } @@ -911,7 +911,7 @@ if (!$TCA[$table]['ctrl']['readOnly'] && $permsEdit && $TCA[$table]['columns'][$fCol]) { $editIdList = implode(',',$currentIdList); if ($this->clipNumPane()) $editIdList = "'+editList('".$table."','".$editIdList."')+'"; - $params='&edit['.$table.']['.$editIdList.']=edit&columnsOnly='.$fCol.'&disHelp=1'; + $params='&edit['.$table.']['.$editIdList.']=edit&columnsOnly='.$fCol.'&disHelp=1'; $iTitle = sprintf($LANG->getLL('editThisColumn'),rtrim(trim($LANG->sL(t3lib_BEfunc::getItemLabel($table,$fCol))),':')); $theData[$fCol].=''. 'backPath,'gfx/edit2.gif','width="11" height="12"').' title="'.htmlspecialchars($iTitle).'" alt="" />'. @@ -969,7 +969,7 @@ if ($currentPage > 1) { $labelFirst = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:first'); - $first = ' + $first = ' backPath, 'gfx/control_first.gif') . 'alt="' . $labelFirst . '" title="' . $labelFirst . '" /> '; @@ -980,7 +980,7 @@ if (($currentPage - 1) > 0) { $labelPrevious = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:previous'); - $previous = ' + $previous = ' backPath, 'gfx/control_previous.gif') . 'alt="' . $labelPrevious . '" title="' . $labelPrevious . '" /> '; @@ -991,7 +991,7 @@ if (($currentPage + 1) <= $totalPages) { $labelNext = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:next'); - $next = ' + $next = ' backPath, 'gfx/control_next.gif') . 'alt="' . $labelNext . '" title="' . $labelNext . '" /> '; @@ -1002,7 +1002,7 @@ if ($currentPage != $totalPages) { $labelLast = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:last'); - $last = ' + $last = ' backPath, 'gfx/control_last.gif') . 'alt="' . $labelLast . '" title="' . $labelLast . '" /> '; @@ -1011,7 +1011,7 @@ } $reload = ' + . $listURL . '&pointer=\'+calculatePointer(); document.dblistForm.submit(); return true;"> backPath, 'gfx/refresh_n.gif') . 'alt="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:reload') . '" title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:reload') @@ -1044,7 +1044,7 @@ $pageNumberInput = ' + . '" size="3" id="jumpPage" name="jumpPage" onkeyup="if (event.keyCode == Event.KEY_RETURN) { document.dblistForm.action=\'' . $listURL . '&pointer=\'+calculatePointer(); document.dblistForm.submit(); } return true;" /> '; $pageIndicator = '' . sprintf($GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_web_list.xml:pageIndicator'), $pageNumberInput, $totalPages) @@ -1113,7 +1113,7 @@ // "Show" link (only pages and tt_content elements) if ($table=='pages' || $table=='tt_content') { - $params='&edit['.$table.']['.$row['uid'].']=edit'; + $params='&edit['.$table.']['.$row['uid'].']=edit'; $cells['view']=''. 'backPath,'gfx/zoom.gif','width="12" height="12"').' title="'.$LANG->sL('LLL:EXT:lang/locallang_core.php:labels.showPage',1).'" alt="" />'. ''; @@ -1123,7 +1123,7 @@ // "Edit" link: ( Only if permissions to edit the page-record of the content of the parent page ($this->id) if ($permsEdit) { - $params='&edit['.$table.']['.$row['uid'].']=edit'; + $params='&edit['.$table.']['.$row['uid'].']=edit'; $cells['edit']=''. 'backPath,'gfx/edit2'.(!$TCA[$table]['ctrl']['readOnly']?'':'_d').'.gif','width="11" height="12"').' title="'.$LANG->getLL('edit',1).'" alt="" />'. ''; @@ -1133,7 +1133,7 @@ // "Move" wizard link for pages/tt_content elements: if (($table=="tt_content" && $permsEdit) || ($table=='pages')) { - $cells['move']=''. + $cells['move']=''. 'backPath,'gfx/move_'.($table=='tt_content'?'record':'page').'.gif','width="11" height="12"').' title="'.$LANG->getLL('move_'.($table=='tt_content'?'record':'page'),1).'" alt="" />'. ''; } elseif(!$this->table) { @@ -1168,7 +1168,7 @@ $lab = 'V'; } - $cells['version']=''. + $cells['version']=''. $lab. ''; } elseif(!$this->table) { @@ -1178,7 +1178,7 @@ // "Edit Perms" link: if ($table=='pages' && $GLOBALS['BE_USER']->check('modules','web_perm')) { - $cells['perms']=''. + $cells['perms']=''. 'backPath,'gfx/perm.gif','width="7" height="12"').' title="'.$LANG->getLL('permissions',1).'" alt="" />'. ''; } elseif(!$this->table && $GLOBALS['BE_USER']->check('modules','web_perm')) { @@ -1192,7 +1192,7 @@ ($table=='pages' && ($this->calcPerms&8)) // For pages, must have permission to create new pages here. ) { if ($this->showNewRecLink($table)) { - $params='&edit['.$table.']['.(-($row['_MOVE_PLH']?$row['_MOVE_PLH_uid']:$row['uid'])).']=new'; + $params='&edit['.$table.']['.(-($row['_MOVE_PLH']?$row['_MOVE_PLH_uid']:$row['uid'])).']=new'; $cells['new']=''. 'backPath,'gfx/new_'.($table=='pages'?'page':'el').'.gif','width="'.($table=='pages'?13:11).'" height="12"').' title="'.$LANG->getLL('new'.($table=='pages'?'Page':'Record'),1).'" alt="" />'. ''; @@ -1205,7 +1205,7 @@ // "Up/Down" links if ($permsEdit && $TCA[$table]['ctrl']['sortby'] && !$this->sortField && !$this->searchLevels) { if (isset($this->currentTable['prev'][$row['uid']])) { // Up - $params='&cmd['.$table.']['.$row['uid'].'][move]='.$this->currentTable['prev'][$row['uid']]; + $params='&cmd['.$table.']['.$row['uid'].'][move]='.$this->currentTable['prev'][$row['uid']]; $cells['moveUp']=''. 'backPath,'gfx/button_up.gif','width="11" height="10"').' title="'.$LANG->getLL('moveUp',1).'" alt="" />'. ''; @@ -1213,7 +1213,7 @@ $cells['moveUp'] = $this->spaceIcon; } if ($this->currentTable['next'][$row['uid']]) { // Down - $params='&cmd['.$table.']['.$row['uid'].'][move]='.$this->currentTable['next'][$row['uid']]; + $params='&cmd['.$table.']['.$row['uid'].'][move]='.$this->currentTable['next'][$row['uid']]; $cells['moveDown']=''. 'backPath,'gfx/button_down.gif','width="11" height="10"').' title="'.$LANG->getLL('moveDown',1).'" alt="" />'. ''; @@ -1229,12 +1229,12 @@ $hiddenField = $TCA[$table]['ctrl']['enablecolumns']['disabled']; if ($permsEdit && $hiddenField && $TCA[$table]['columns'][$hiddenField] && (!$TCA[$table]['columns'][$hiddenField]['exclude'] || $GLOBALS['BE_USER']->check('non_exclude_fields',$table.':'.$hiddenField))) { if ($row[$hiddenField]) { - $params='&data['.$table.']['.$row['uid'].']['.$hiddenField.']=0'; + $params='&data['.$table.']['.$row['uid'].']['.$hiddenField.']=0'; $cells['hide']=''. 'backPath,'gfx/button_unhide.gif','width="11" height="10"').' title="'.$LANG->getLL('unHide'.($table=='pages'?'Page':''),1).'" alt="" />'. ''; } else { - $params='&data['.$table.']['.$row['uid'].']['.$hiddenField.']=1'; + $params='&data['.$table.']['.$row['uid'].']['.$hiddenField.']=1'; $cells['hide']=''. 'backPath,'gfx/button_hide.gif','width="11" height="10"').' title="'.$LANG->getLL('hide'.($table=='pages'?'Page':''),1).'" alt="" />'. ''; @@ -1247,7 +1247,7 @@ if (($table=='pages' && ($localCalcPerms&4)) || ($table!='pages' && ($this->calcPerms&16))) { $titleOrig = t3lib_BEfunc::getRecordTitle($table,$row,FALSE,TRUE); $title = t3lib_div::slashJS(t3lib_div::fixed_lgd_cs($titleOrig, $this->fixedL), 1); - $params = '&cmd['.$table.']['.$row['uid'].'][delete]=1'; + $params = '&cmd['.$table.']['.$row['uid'].'][delete]=1'; $refCountMsg = t3lib_BEfunc::referenceCount($table, $row['uid'], ' ' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:labels.referencesToRecord'), count($this->references)) . t3lib_BEfunc::translationCount($table, $row['uid'], ' ' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:labels.translationsOfRecord')) . ")"; @@ -1263,7 +1263,7 @@ // Up (Paste as the page right after the current parent page) if ($this->calcPerms&8) { - $params='&cmd['.$table.']['.$row['uid'].'][move]='.-$this->id; + $params='&cmd['.$table.']['.$row['uid'].'][move]='.-$this->id; $cells['moveLeft']=''. 'backPath,'gfx/button_left.gif','width="11" height="10"').' title="'.$LANG->getLL('prevLevel',1).'" alt="" />'. ''; @@ -1272,7 +1272,7 @@ if ($this->currentTable['prevUid'][$row['uid']]) { $localCalcPerms = $GLOBALS['BE_USER']->calcPerms(t3lib_BEfunc::getRecord('pages',$this->currentTable['prevUid'][$row['uid']])); if ($localCalcPerms&8) { - $params='&cmd['.$table.']['.$row['uid'].'][move]='.$this->currentTable['prevUid'][$row['uid']]; + $params='&cmd['.$table.']['.$row['uid'].'][move]='.$this->currentTable['prevUid'][$row['uid']]; $cells['moveRight']=''. 'backPath,'gfx/button_right.gif','width="11" height="10"').' title="'.$LANG->getLL('nextLevel',1).'" alt="" />'. ''; @@ -1462,8 +1462,8 @@ foreach($this->pageOverlays as $lUid_OnPage => $lsysRec) { if (!isset($translations['translations'][$lUid_OnPage]) && $GLOBALS['BE_USER']->checkLanguageAccess($lUid_OnPage)) { $href = $GLOBALS['TBE_TEMPLATE']->issueCommand( - '&cmd['.$table.']['.$row['uid'].'][localize]='.$lUid_OnPage, - $this->listURL().'&justLocalized='.rawurlencode($table.':'.$row['uid'].':'.$lUid_OnPage) + '&cmd['.$table.']['.$row['uid'].'][localize]='.$lUid_OnPage, + $this->listURL().'&justLocalized='.rawurlencode($table.':'.$row['uid'].':'.$lUid_OnPage) ); $lC = ($this->languageIconTitles[$lUid_OnPage]['flagIcon'] ? '' : $this->languageIconTitles[$lUid_OnPage]['title']); @@ -1604,7 +1604,7 @@ if ($field=='_PATH_') $field=pid; // Create the sort link: - $sortUrl = $this->listURL('',-1,'sortField,sortRev,table').'&table='.$table.'&sortField='.$field.'&sortRev='.($this->sortRev || ($this->sortField!=$field)?0:1); + $sortUrl = $this->listURL('',-1,'sortField,sortRev,table').'&table='.$table.'&sortField='.$field.'&sortRev='.($this->sortRev || ($this->sortField!=$field)?0:1); $sortArrow = ($this->sortField==$field?'backPath,'gfx/red'.($this->sortRev?'up':'down').'.gif','width="7" height="4"').' alt="" />':''); // Return linked field: @@ -1654,7 +1654,7 @@ * @return string */ function makeReturnUrl() { - return '&returnUrl='.rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI')); + return '&returnUrl='.rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI')); } Index: typo3/db_list.php =================================================================== --- typo3/db_list.php (revision 6395) +++ typo3/db_list.php (working copy) @@ -303,11 +303,11 @@ } function jumpExt(URL,anchor) { // var anc = anchor?anchor:""; - window.location.href = URL+(T3_THIS_LOCATION?"&returnUrl="+T3_THIS_LOCATION:"")+anc; + window.location.href = URL+(T3_THIS_LOCATION?"&returnUrl="+T3_THIS_LOCATION:"")+anc; return false; } function jumpSelf(URL) { // - window.location.href = URL+(T3_RETURN_URL?"&returnUrl="+T3_RETURN_URL:""); + window.location.href = URL+(T3_RETURN_URL?"&returnUrl="+T3_RETURN_URL:""); return false; } @@ -323,7 +323,7 @@ '.$dblist->CBfunctions().' function editRecords(table,idList,addParams,CBflag) { // window.location.href="'.$BACK_PATH.'alt_doc.php?returnUrl='.rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI')). - '&edit["+table+"]["+idList+"]=edit"+addParams; + '&edit["+table+"]["+idList+"]=edit"+addParams; } function editList(table,idList) { // var list=""; @@ -375,11 +375,11 @@
'; - $this->body.=t3lib_BEfunc::getFuncCheck($this->id,'SET[bigControlPanel]',$this->MOD_SETTINGS['bigControlPanel'],'db_list.php',($this->table?'&table='.$this->table:''),'id="checkLargeControl"').'
'; + $this->body.=t3lib_BEfunc::getFuncCheck($this->id,'SET[bigControlPanel]',$this->MOD_SETTINGS['bigControlPanel'],'db_list.php',($this->table?'&table='.$this->table:''),'id="checkLargeControl"').'
'; if ($dblist->showClipboard) { - $this->body.=t3lib_BEfunc::getFuncCheck($this->id,'SET[clipBoard]',$this->MOD_SETTINGS['clipBoard'],'db_list.php',($this->table?'&table='.$this->table:''),'id="checkShowClipBoard"').'
'; + $this->body.=t3lib_BEfunc::getFuncCheck($this->id,'SET[clipBoard]',$this->MOD_SETTINGS['clipBoard'],'db_list.php',($this->table?'&table='.$this->table:''),'id="checkShowClipBoard"').'
'; } - $this->body.=t3lib_BEfunc::getFuncCheck($this->id,'SET[localization]',$this->MOD_SETTINGS['localization'],'db_list.php',($this->table?'&table='.$this->table:''),'id="checkLocalization"').'
'; + $this->body.=t3lib_BEfunc::getFuncCheck($this->id,'SET[localization]',$this->MOD_SETTINGS['localization'],'db_list.php',($this->table?'&table='.$this->table:''),'id="checkLocalization"').'
'; $this->body.='
';