mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
added paging bar also at the bottom of the table
This commit is contained in:
parent
63e20b8854
commit
1e42af2786
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user