Project

General

Profile

Feature #17765 » class.browse_links.php.diff

Administrator Admin, 2007-11-07 18:09

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)