added paging bar also at the bottom of the table

This commit is contained in:
gustav_delius 2005-04-13 09:57:10 +00:00
parent 63e20b8854
commit 1e42af2786

View File

@ -485,6 +485,10 @@ class flexible_table {
echo '</table>';
// Paging bar
if($this->use_pages) {
print_paging_bar($this->totalrows, $this->currpage, $this->pagesize, $this->baseurl);
}
}
function add_data($row) {