ui_hr
authorJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 03:04:49 +0000 (03:04 +0000)
committerJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 03:04:49 +0000 (03:04 +0000)
qmailadmin/index.cgi
qmailadmin/list_routes.cgi
quota/list_groups.cgi
quota/list_users.cgi
raid/index.cgi
raid/view_raid.cgi
vgetty/index.cgi
vgetty/list_messages.cgi
vnc/index.cgi
wuftpd/index.cgi
xinetd/index.cgi

index d78e6f8..c8e03db 100755 (executable)
@@ -52,7 +52,7 @@ if (!$config{'mailq_count'}) {
 &icons_table(\@olinks, \@otitles, \@oicons);
 
 # Check if the qmail processes are running
-print "<hr>\n";
+print &ui_hr();
 print &ui_buttons_start();
 if (&is_qmail_running()) {
        print &ui_buttons_row("stop.cgi", $text{'index_stop'},
index 5afcc9f..9d151cc 100755 (executable)
@@ -51,7 +51,7 @@ if (@routes) {
         print &ui_form_end([ [ "delete", $text{'routes_delete'} ] ]);
        }
 
-print "<hr>\n";
+print &ui_hr();
 print "<form action=save_defroute.cgi>\n";
 print "<input type=hidden name=idx value='$defroute->{'idx'}'>\n"
        if ($defroute);
index 7711b40..c9d9a92 100755 (executable)
@@ -204,7 +204,7 @@ else {
 &show_buttons();
 
 if ($access{'default'}) {
-       print "<hr>\n";
+       print &ui_hr();
        print &text('lgroups_info', $text{'lusers_useradmin'});
        print "<p>\n";
 
@@ -234,7 +234,7 @@ if ($access{'default'}) {
 # Show form for email notifications
 if ($access{'email'} && &foreign_check("cron") &&
     &foreign_check("mailboxes")) {
-       print "<hr>\n";
+       print &ui_hr();
        print &ui_form_start("save_gemail.cgi");
        print &ui_hidden("filesys", $f);
        print &ui_table_start($text{'lgroups_emailheader'}, "width=100%", 4);
index d079341..3c23b16 100755 (executable)
@@ -207,7 +207,7 @@ else {
 
 # Show form for setting default quotas for new users
 if ($access{'default'}) {
-       print "<hr>\n";
+       print &ui_hr();
        print &text('lusers_info', $text{'lusers_useradmin'});
        print "<p>\n";
 
@@ -237,7 +237,7 @@ if ($access{'default'}) {
 # Show form for email notifications
 if ($access{'email'} && &foreign_check("cron") &&
     &foreign_check("mailboxes")) {
-       print "<hr>\n";
+       print &ui_hr();
        print &ui_form_start("save_email.cgi");
        print &ui_hidden("filesys", $f);
        print &ui_table_start($text{'lusers_emailheader'}, "width=100%", 4);
index 13882ad..a748986 100755 (executable)
@@ -63,7 +63,7 @@ else {
 # Form for mdadm monitoring options
 if ($raid_mode eq "mdadm") {
        $notif = &get_mdadm_notifications();
-       print "<hr>\n";
+       print &ui_hr();
        print &ui_form_start("save_mdadm.cgi", "post");
        print &ui_table_start($text{'index_header'}, undef, 2, [ "width=30%" ]);
 
index fc425f5..214da60 100755 (executable)
@@ -116,7 +116,7 @@ if ($sp) {
        }
 print &ui_table_end();
 
-print "<hr>\n";
+print &ui_hr();
 @grid = ( );
 
 if ($raid_mode eq "raidtools" && !$st[2]) {
index da6f78d..4f0b31e 100755 (executable)
@@ -31,7 +31,7 @@ if (!-r $config{'vgetty_config'}) {
           "images/messages.gif" );
 &icons_table(\@links, \@titles, \@icons);
 
-print "<hr>\n";
+print &ui_hr();
 print "<form action=vgetty_apply.cgi>\n";
 print "<table width=100%><tr>\n";
 print "<td><input type=submit value='$text{'vgetty_apply'}'></td>\n";
index 9ffd587..ccc728d 100755 (executable)
@@ -56,7 +56,7 @@ else {
        print "<p><b>$text{'messages_none'}</b> <p>\n";
        }
 
-print "<hr>\n";
+print &ui_hr();
 print "$text{'messages_updesc'}<p>\n";
 print "<form action=upload.cgi method=post enctype=multipart/form-data>\n";
 print "<input type=submit value='$text{'messages_upload'}'>\n";
index 26628e2..9474fc2 100755 (executable)
@@ -6,7 +6,7 @@ require '../web-lib.pl';
 use Socket;
 &init_config();
 &header($text{'index_title'}, "", undef, &get_product_name() eq 'webmin', 1);
-print "<hr>\n";
+print &ui_hr();
 
 if ($config{'program'}) {
        # Check if Xvnc is installed
@@ -77,7 +77,7 @@ print "$text{'index_nojava'} <p>\n";
 print "</applet><br>\n";
 print "$text{'index_credits'}</center>\n";
 
-print "<hr>\n";
+print &ui_hr();
 &footer("/", $text{'index'});
 
 sub connect_timeout
@@ -87,7 +87,7 @@ sub connect_timeout
 sub error_exit
 {
 print "<p>",@_,"<p>\n";
-print "<hr>\n";
+print &ui_hr();
 &footer("/", $text{'index'});
 exit;
 }
index 669b613..ade959e 100755 (executable)
@@ -101,7 +101,7 @@ if (!$inet) {
        }
 
 if (!$inet && $pid) {
-       print "<hr>\n";
+       print &ui_hr();
        print "<form action=restart.cgi>\n";
        print "<input type=hidden name=pid value='$pid'>\n";
        print "<table width=100%><tr>\n";
@@ -110,7 +110,7 @@ if (!$inet && $pid) {
        print "</tr></table></form>\n";
        }
 elsif (!$inet && !$pid) {
-       print "<hr>\n";
+       print &ui_hr();
        print "<form action=start.cgi>\n";
        print "<table width=100%><tr>\n";
        print "<td><input type=submit value=\"$text{'index_start'}\"></td>\n";
index 396d7b5..3036b52 100755 (executable)
@@ -97,7 +97,7 @@ print "<input type=submit name=enable value='$text{'index_enable'}'>\n";
 print "<input type=submit name=disable value='$text{'index_disable'}'>\n";
 print "</form>\n";
 
-print "<hr>\n";
+print &ui_hr();
 print "<table>\n";
 print "<form action=edit_defaults.cgi>\n";
 print "<tr> <td><input type=submit value=\"$text{'index_defaults'}\"></td>\n";