Webgui: improve table summary generation

This commit is contained in:
2026-07-18 09:07:17 +02:00
parent 631f1cd2cf
commit 90bfdbc569
19 changed files with 357 additions and 61 deletions
+3 -6
View File
@@ -387,12 +387,9 @@ foreach ($res as $row) {
echo "</td>\n";
echo "</tr>\n";
}
?>
<tfoot>
<tr><td colspan="8"><?php printf(_('Records %d to %d of %d'), $i0, $i, $numrows); ?></td></tr>
</tfoot>
</table>
<?php
table_rec_summary($i0, $i, $numrows, 8);
echo "</table>\n";
echo $pagination;
form_add_button($g_scriptname);