Webgui: improve table summary generation
This commit is contained in:
@@ -268,9 +268,7 @@ foreach ($res as $row) {
|
||||
echo "</tr>\n";
|
||||
}
|
||||
// Table summary
|
||||
echo "<tfoot>\n";
|
||||
echo '<tr><td colspan="7">', sprintf(_('Records %d to %d of %d'), $i0, $i, $numrows), '</td></tr>', "\n";
|
||||
echo "</tfoot>\n";
|
||||
table_rec_summary($i0, $i, $numrows, 7);
|
||||
echo "</table>\n";
|
||||
|
||||
echo $pagination;
|
||||
|
||||
Reference in New Issue
Block a user