Bug #14135 » class.browse_links.php.diff
typo3/class.browse_links.php (working copy) | ||
---|---|---|
$dblist->generateList();
|
||
$dblist->writeBottom();
|
||
|
||
$out.=$dblist->getSearchBox();
|
||
|
||
// Add the HTML for the record list to output variable:
|
||
$out.=$dblist->HTMLcode;
|
||
|
||
... | ... | |
$out.= $dblist->fieldSelectBox($dblist->table);
|
||
}
|
||
|
||
$out.=$dblist->getSearchBox();
|
||
}
|
||
|
||
// Return accumulated content:
|