mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 22:05:41 +02:00
#13049 reporting pagination
This commit is contained in:
parent
c5e50df98e
commit
f9cf54b33c
@ -1328,6 +1328,25 @@ switch ($action) {
|
||||
],
|
||||
true
|
||||
);
|
||||
} else if (check_acl($config['id_user'], 0, 'RR')) {
|
||||
$tablePagination = ui_pagination(
|
||||
$total_reports,
|
||||
$url,
|
||||
$offset,
|
||||
$pagination,
|
||||
true,
|
||||
'offset',
|
||||
$show_count
|
||||
);
|
||||
|
||||
echo html_print_action_buttons(
|
||||
'',
|
||||
[
|
||||
'type' => 'form_action',
|
||||
'right_content' => $tablePagination,
|
||||
],
|
||||
true
|
||||
);
|
||||
}
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user