This commit is contained in:
Joe Cooper
2008-05-10 02:51:14 +00:00
parent 9b301b0cfc
commit aeceecf87a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ foreach $i ('ifcs', 'routes', 'dns', 'hosts',
if (defined(&apply_network) && $access{'apply'} && !$zone) {
# Allow the user to apply the network config
print "<hr>\n";
print &ui_hr();
print &ui_buttons_start();
print &ui_buttons_row("apply.cgi", $text{'index_apply'},
$text{'index_applydesc'});

View File

@@ -22,7 +22,7 @@ printf "<input type=submit value=\"%s\">\n",
print "</form>\n";
# Show routes active now
print "<hr>\n";
print &ui_hr();
if (defined(&list_routes)) {
if (defined(&delete_route)) {
# With deletion button