Bug #20465 ยป 20090518_RFC_11137.diff
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) {
|