Skip to content

Commit

Permalink
ui_hr
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed May 10, 2008
1 parent 9b301b0 commit aeceecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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'});
Expand Down
2 changes: 1 addition & 1 deletion net/list_routes.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeceecf

Please sign in to comment.