mirror of
https://github.com/webmin/webmin.git
synced 2026-05-14 02:30:30 +01:00
ui_hr
This commit is contained in:
@@ -21,7 +21,7 @@ if (@blocked) {
|
||||
]);
|
||||
}
|
||||
print &ui_columns_end();
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print &ui_buttons_start();
|
||||
print &ui_buttons_row("clear_blocked.cgi",
|
||||
$text{'blocked_clear'},
|
||||
|
||||
@@ -64,7 +64,7 @@ print "<input name=size size=6> $text{'ssl_bits'}</td> </tr>\n";
|
||||
print "</table></td></tr></table>\n";
|
||||
print "<input type=submit value='$text{'ca_create'}'></form>\n";
|
||||
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print -r $miniserv{'ca'} ? $text{'ca_oldmsg1'} : $text{'ca_oldmsg2'},"<p>\n";
|
||||
print "<form action=change_ca.cgi method=post enctype=multipart/form-data>\n";
|
||||
print "<table border>\n";
|
||||
@@ -79,7 +79,7 @@ print "</textarea></td> </tr>\n";
|
||||
print "</table><input type=submit value='$text{'save'}'></form>\n";
|
||||
|
||||
if (-r $miniserv{'ca'}) {
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print "<form action=stop_ca.cgi><table><tr>\n";
|
||||
print "<td><input type=submit value='$text{'ca_stop'}'></td>\n";
|
||||
print "<td>$text{'ca_stopmsg'}</td>\n";
|
||||
|
||||
@@ -111,7 +111,7 @@ print &ui_form_end([ [ "save", $text{'save'} ],
|
||||
@cached = &list_cached_files();
|
||||
if (@cached) {
|
||||
# Show cache management and clearing buttons
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print &ui_buttons_start();
|
||||
print &ui_buttons_row("cache.cgi", $text{'proxy_cacheb'},
|
||||
$text{'proxy_cachebdesc'});
|
||||
|
||||
@@ -25,7 +25,7 @@ if (@themes) {
|
||||
|
||||
if (!&shared_root_directory()) {
|
||||
# Display install form
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print "$text{'themes_installdesc'}<br>\n";
|
||||
print "<form action=install_theme.cgi method=post enctype=multipart/form-data>\n";
|
||||
print "<input type=radio name=source value=0 checked> $text{'mods_local'}\n";
|
||||
@@ -40,7 +40,7 @@ if (!&shared_root_directory()) {
|
||||
# Display deletion form
|
||||
@themes = grep { $gconfig{'theme'} ne $_->{'dir'} } @themes;
|
||||
if (@themes) {
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print "$text{'themes_delete'}<br>\n";
|
||||
print "<form action=delete_mod.cgi>\n";
|
||||
print "<b>$text{'themes_delok'}</b>\n";
|
||||
@@ -55,7 +55,7 @@ if (!&shared_root_directory()) {
|
||||
}
|
||||
|
||||
# Display export form
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print "$text{'themes_desc4'}<p>\n";
|
||||
|
||||
print &ui_form_start("export_mod.cgi/theme.wbt.gz");
|
||||
|
||||
@@ -61,7 +61,7 @@ for($i=0; $i<@wlinks; $i++) {
|
||||
}
|
||||
&icons_table(\@wlinks, \@wtitles, \@wicons);
|
||||
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
|
||||
print &ui_buttons_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user