ui_hr
authorJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 03:16:20 +0000 (03:16 +0000)
committerJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 03:16:20 +0000 (03:16 +0000)
adsl-client/index.cgi
at/index.cgi
bacula-backup/index.cgi
bandwidth/index.cgi
bsdexports/index.cgi
burner/index.cgi

index 5501d6d..0cc8190 100755 (executable)
@@ -139,7 +139,7 @@ else {
        print "<input type=submit value='$text{'index_save'}'></form>\n";
 
        # Show connected/disconnect buttons
-       print "<hr>\n";
+       print &ui_hr();
        print &ui_buttons_start();
        local ($dev, $ip) = &get_adsl_ip();
        if ($ip) {
index 53bf86c..373d1e2 100755 (executable)
@@ -43,7 +43,7 @@ if (@jobs) {
        print &ui_columns_end();
        print &ui_links_row(\@links);
        print &ui_form_end([ [ "delete", $text{'index_delete'} ] ]);
-       print "<hr>\n";
+       print &ui_hr();
        }
 
 
@@ -101,7 +101,7 @@ if ($access{'allow'} && $config{'allow_file'}) {
        # Show form to manage allowed and denied users
        @allow = &list_allowed();
        @deny = &list_denied();
-       print "<hr>\n";
+       print &ui_hr();
        print &ui_form_start("save_allow.cgi", "post");
        print &ui_table_start($text{'index_allow'}, undef, 2);
        print &ui_table_row($text{'index_amode'},
index 8719f42..1827634 100755 (executable)
@@ -132,7 +132,7 @@ if (&has_bacula_dir() && &has_node_groups()) {
 
 if (&has_bacula_dir()) {
        # Show icons for actions
-       print "<hr>\n";
+       print &ui_hr();
        print &ui_subheading($text{'index_actions'});
        if (&is_bacula_running("bacula-dir")) {
                @actions = ( "backup", "dirstatus", "clientstatus",
@@ -148,7 +148,7 @@ if (&has_bacula_dir()) {
                }
        }
 
-print "<hr>\n";
+print &ui_hr();
 
 # See what processes are running
 print "<b>$text{'index_status'}</b>\n";
index b431814..3769d3d 100755 (executable)
@@ -382,7 +382,7 @@ if ($in{'by'}) {
 }
 
 if (!$missingrule && $sysconf) {
-       print "<hr>\n";
+       print &ui_hr();
        print &ui_buttons_start();
 
        # Show button to rotate now
index 690e266..ab41aad 100755 (executable)
@@ -44,7 +44,7 @@ else {
        print "<a href=edit_export.cgi>$text{'index_add'}</a> <p>\n";
        }
 
-print "<hr>\n";
+print &ui_hr();
 
 print &ui_buttons_start();
 print &ui_buttons_row("restart_mountd.cgi",
index e703d26..18c31f4 100755 (executable)
@@ -61,7 +61,7 @@ else {
 &show_button();
 
 if ($access{'global'}) {
-       print "<hr>\n";
+       print &ui_hr();
        @links = ( "edit_mkisofs.cgi", "edit_dev.cgi" );
        @titles = ( $text{'mkisofs_title'}, $text{'dev_title'} );
        @icons = ( "images/mkisofs.gif", "images/dev.gif" );