#11945 Amend changes

This commit is contained in:
miguel angel rasteu 2023-08-31 10:49:59 +02:00
parent a0b02670fb
commit eab6a00300

View File

@ -217,7 +217,6 @@ foreach ($fields as $field) {
array_push($table->data, $data);
}
$tablePagination = '';
if ($fields) {
html_print_table($table);
$tablePagination = ui_pagination($count_fields, false, $offset, 0, true, 'offset', false);
@ -232,9 +231,6 @@ html_print_action_buttons(
[ 'icon' => 'next' ],
true
),
[
'type' => 'form_action',
'right_content' => $tablePagination,
],
['type' => 'form_action']
);
echo '</form>';