mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
ui_hr
This commit is contained in:
@@ -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'});
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user