Project

General

Profile

Bug #23280 » 15251.diff

Administrator Admin, 2010-07-27 19:21

View differences:

typo3/alt_doc.php (Arbeitskopie)
if ($GLOBALS['BE_USER']->getTSConfigVal('options.enableShowPalettes')) {
// Show palettes:
return '
<!-- Function menu (checkbox for showing all palettes): -->
<br />'.t3lib_BEfunc::getFuncCheck('','SET[showPalettes]',$this->MOD_SETTINGS['showPalettes'],'alt_doc.php',t3lib_div::implodeArrayForUrl('',array_merge($this->R_URL_getvars,array('SET'=>''))),'id="checkShowPalettes"').'<label for="checkShowPalettes">'.$LANG->sL('LLL:EXT:lang/locallang_core.php:labels.showPalettes',1).'</label>';
<!-- Function menu (checkbox for showing all palettes): -->' .
t3lib_BEfunc::getFuncCheck('',
'SET[showPalettes]',
$this->MOD_SETTINGS['showPalettes'],
'alt_doc.php',
t3lib_div::implodeArrayForUrl('',
array_merge($this->R_URL_getvars,
array('SET'=>''))
),
'id="checkShowPalettes"'
) . '<label for="checkShowPalettes">' . $LANG->sL('LLL:EXT:lang/locallang_core.php:labels.showPalettes', 1) . '</label>';
}
else {
return '';
typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css (Arbeitskopie)
table.typo3-TCEforms tr.typo3-TCEforms-recHeaderRow td {
padding-top: 5px;
padding-bottom: 20px;
}
table.typo3-TCEforms .bgColor2,
(1-1/3)