Bug #19650 » 9849.diff
typo3/sysext/setup/mod/index.php (working copy) | ||
---|---|---|
$code = array();
|
||
$i = 0;
|
||
if ($displayFullText) {
|
||
$code[$i++][1] = $this->getCSH('edit_wideDocument');
|
||
}
|
||
$code[$i][1] = $this->setLabel('edit_wideDocument');
|
||
$code[$i][2] = '<input type="checkbox" name="data[edit_wideDocument]"' . ($BE_USER->uc['edit_wideDocument'] ? ' checked="checked"' : '') . ' />';
|
||
$code[$i++][3] = $displayFullText ? ' ' : $this->getCSH('edit_wideDocument');
|
||
|
||
if ($GLOBALS['TYPO3_CONF_VARS']['BE']['RTEenabled']) {
|
||
if ($displayFullText) {
|
||
$code[$i++][1] = $this->getCSH('edit_RTE');
|