Merge branch 'ent-11749-15964-conteo-de-agentes-no-aparece-en-v772' into 'develop'

Ent 11749 15964 conteo de agentes no aparece en v772

See merge request artica/pandorafms!6266
This commit is contained in:
Rafael Ameijeiras 2023-08-03 07:04:11 +00:00
commit fec85ce8e7
2 changed files with 4 additions and 0 deletions

View File

@ -996,6 +996,8 @@ if ($agents !== false) {
$tableAgents->data[$key][6] = $actionButtonsColumn;
}
$total_items = '<div class="total_pages">'.sprintf(__('Total items: %s'), $total_agents).'</div>';
echo $total_items;
html_print_table($tableAgents);
$tablePagination = ui_pagination(

View File

@ -1310,6 +1310,8 @@ if (empty($tableAgents->data) === false) {
);
}
$total_items = '<div class="total_pages">'.sprintf(__('Total items: %s'), $total_agents).'</div>';
echo $total_items;
html_print_table($tableAgents);
$tablePagination = ui_pagination(