Project

General

Profile

Bug #20465 ยป 20090518_RFC_11137.diff

Administrator Admin, 2009-05-19 09:34

View differences:

typo3/sysext/t3editor/class.tx_t3editor.php (working copy)
$checked = $GLOBALS['BE_USER']->uc['disableT3Editor'] ? 'checked="checked"' : '';
$code .= '<br/><br/>' .
$code .= '<br /><br />' .
'<input type="checkbox" ' .
'class="checkbox" ' .
'onclick="t3editor_toggleEditor(this);" ' .
......
'<label for="t3editor_disableEditor_' . $this->editorCounter . '_checkbox">' .
'deactivate t3editor' .
'</label>' .
'<br/><br/>';
'<br /><br />';
if (count($hiddenfields)) {
foreach ($hiddenfields as $name => $value) {
    (1-1/1)