Project

General

Profile

Bug #18629 » 8138_EMlookup_fix.diff

Administrator Admin, 2008-04-17 13:12

View differences:

typo3/mod/tools/em/class.em_index.php (working copy)
}
$content.= t3lib_BEfunc::cshItem('_MOD_tools_em', 'loaded', $GLOBALS['BACK_PATH'],'');
// $content.= '<form action="index.php" method="post" name="lookupform">';
$content.= '<form action="index.php" method="post" name="lookupform">';
$content.= '<label for="_lookUp">Look up:</label> <input type="text" id="_lookUp" name="_lookUp" value="'.htmlspecialchars($this->lookUpStr).'" /><input type="submit" value="Search"/><br/><br/>';
$content.= //'</form>
'
$content.= '</form>
<!-- Loaded Extensions List -->
<table border="0" cellpadding="2" cellspacing="1">'.implode('',$lines).'</table>';
(2-2/2)