From b2ed58089b024d3e1bd5f2b9262341e4840e48d7 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Sat, 10 May 2008 02:57:28 +0000 Subject: [PATCH] ui_hr --- bind8/index.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bind8/index.cgi b/bind8/index.cgi index 5b76c8cdb..8fb44e492 100755 --- a/bind8/index.cgi +++ b/bind8/index.cgi @@ -97,7 +97,7 @@ if ($access{'defaults'}) { @otitles = map { /(conf|list)_(\S+).cgi/; $text{$2."_title"} } @olinks; @oicons = map { /^(conf|list)_(\S+).cgi/; "images/$2.gif"; } @olinks; &icons_table(\@olinks, \@otitles, \@oicons, 6); - print "
\n"; + print &ui_hr(); } # Work out what creation links we have @@ -312,7 +312,7 @@ else { if ($access{'views'} && $bind_version >= 9) { # Display list of views - print "
\n"; + print &ui_hr(); print &ui_subheading($text{'index_views'}); @views = grep { &can_edit_view($_) } @views; foreach $v (@views) { @@ -335,7 +335,7 @@ if ($access{'views'} && $bind_version >= 9) { # read the PID if (!$access{'ro'} && ($access{'apply'} == 1 || $access{'apply'} == 3)) { - print "
\n"; + print &ui_hr(); print &ui_buttons_start(); if (&is_bind_running()) { # named is running .. show restart and stop button