Project

General

Profile

Bug #14135 » class.browse_links.php.diff

Administrator Admin, 2006-10-09 16:07

View differences:

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:
(1-1/2)