Bug #18314 » 7682_em_wrong_markup.diff
typo3/mod/tools/em/class.em_index.php (working copy) | ||
---|---|---|
');
|
||
}
|
||
$this->doc->form = '<form action="index.php" method="post" name="pageform">';
|
||
// Descriptions:
|
||
$this->descrTable = '_MOD_'.$this->MCONF['name'];
|
||
... | ... | |
$menu.=' <label for="checkDisplayObsolete">Show obsolete:</label> '.t3lib_BEfunc::getFuncCheck(0,'SET[display_obsolete]',$this->MOD_SETTINGS['display_obsolete'],'','','id="checkDisplayObsolete"');
|
||
}
|
||
$this->content.=$this->doc->section('','<span class="nobr">'.$menu.'</span>');
|
||
$this->content.=$this->doc->section('','<form action="index.php" method="post" name="pageform"><span class="nobr">'.$menu.'</span></form>');
|
||
$this->content.=$this->doc->spacer(10);
|
||
switch((string)$this->MOD_SETTINGS['function']) {
|