mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Clean up page flipper
This commit is contained in:
@@ -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'}),
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user