Clean up page flipper

This commit is contained in:
Jamie Cameron
2023-09-25 19:56:26 -07:00
parent b339c76fc7
commit 846dff2636
2 changed files with 2 additions and 2 deletions

View File

@@ -236,8 +236,7 @@ else {
($s - $config{'perpage'}),
"<img src=/images/left.gif border=0 align=middle>");
}
print "<font size=+1>",&text('index_position', $s+1, $e+1,
scalar(@rules)),"</font>\n";
print &text('index_position', $s+1, $e+1, scalar(@rules));
if ($e < @rules-1) {
print &ui_link("?start=".
($s + $config{'perpage'}),

View File

@@ -1,6 +1,7 @@
index_title=Linux IPTables Firewall
index_title_v=IPv4 Firewall
index_title_v6=IPv6 Firewall
index_position=Showing rules $1 to $2 of $3
index_editing=rules file $1
index_ecommand=The command $1 was not found on your system. Webmin needs this command to configure IPtables.
index_ekernel=An error occured when checking your current IPtables configuration : $1 This may indicate that your kernel does not support IPtables.