mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-12134-contador-de-agentes-modulos-en-las-vistas' into 'develop'
Ent 12134 contador de agentes modulos en las vistas See merge request artica/pandorafms!6566
This commit is contained in:
commit
5d94be5e7f
@ -2348,6 +2348,7 @@ if (empty($result) === false) {
|
|||||||
array_push($table->data, $data);
|
array_push($table->data, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo '<div class="total_pages">'.sprintf(__('Total items: %s'), $count).'</div>';
|
||||||
html_print_table($table);
|
html_print_table($table);
|
||||||
|
|
||||||
if ($count_modules > $config['block_size']) {
|
if ($count_modules > $config['block_size']) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user