This commit is contained in:
Joe Cooper
2008-05-10 03:02:55 +00:00
parent e0775a4217
commit 1d345aeb39
16 changed files with 16 additions and 16 deletions

View File

@ -128,7 +128,7 @@ if (&include_style(\@pams) == 3) {
}
# Delete whole service form
print "<hr>\n";
print &ui_hr();
print &ui_form_start("delete_pam.cgi");
print &ui_hidden("idx", $in{'idx'});
print &ui_form_end([ [ undef, $text{'edit_delete'} ] ]);

View File

@ -65,7 +65,7 @@ else {
}
print "<a href='edit_mgetty.cgi?new=1'>$text{'mgetty_add'}</a><p>\n";
print "<hr>\n";
print &ui_hr();
print "<form action=mgetty_apply.cgi>\n";
print "<table width=100%><tr>\n";
print "<td><input type=submit value='$text{'mgetty_apply'}'></td>\n";

View File

@ -48,7 +48,7 @@ else {
}
if ($access{'sync'}) {
print "<hr>\n", $text{'index_info'}, " <p>\n";
print &ui_hr(), $text{'index_info'}, " <p>\n";
print "<form action=save_sync.cgi>\n";
printf "<input type=checkbox name=add value=1 %s>\n",

View File

@ -60,6 +60,6 @@ print "</table></td></tr></table><p>\n";
print "<input type=submit value=\"$text{'alias_save'}\">\n";
print "<input type=submit name=delete value=\"$text{'delete_alias'}\"></form>\n";
print "<hr>\n";
print &ui_hr();
print "<br>\n";

View File

@ -38,7 +38,7 @@ print "</tr>\n";
print "</table></td></tr></table><p>\n";
print "<input type=submit value=\"$text{'opts_save'}\"></form>\n";
print "<hr>\n";
print &ui_hr();
print "<br>\n";

View File

@ -124,7 +124,7 @@ foreach $oitem (@onames)
if ($access{'startstop'})
{
print "<hr>\n";
print &ui_hr();
if (&is_postfix_running())
{

View File

@ -71,7 +71,7 @@ if (@qfiles) {
# Show flush button, if the needed command is installed
if (&has_command($config{'postfix_queue_command'})) {
print "<hr>\n";
print &ui_hr();
print "<table width=100%><tr><form action=flushq.cgi>\n";
print "<td><input type=submit ",
"value='$text{'mailq_flush'}'></td>\n";

View File

@ -37,7 +37,7 @@ print "</tr>\n";
print "</table></td></tr></table><p>\n";
print "<input type=submit value=\"$text{'opts_save'}\"></form>\n";
print "<hr>\n";
print &ui_hr();
print "<br>\n";

View File

@ -39,7 +39,7 @@ print "</tr>\n";
print "</table></td></tr></table><p>\n";
print "<input type=submit value=\"$text{'opts_save'}\"></form>\n";
print "<hr>\n";
print &ui_hr();
print "<br>\n";

View File

@ -45,7 +45,7 @@ if ($postfix_version >= 2) {
print "</table></td></tr></table><p>\n";
print "<input type=submit value=\"$text{'opts_save'}\"></form>\n";
print "<hr>\n";
print &ui_hr();
print "<br>\n";

View File

@ -57,7 +57,7 @@ else {
# Show buttons for connect/disconnect and status
local @dials = grep { $_->{'name'} =~ /^Dialer\s+/i }
@$conf;
print "<hr>\n";
print &ui_hr();
print "<table width=100%>\n";
($ip, $pid, $sect) = &get_connect_details();
if ($ip && kill(0, $pid)) {

View File

@ -40,7 +40,7 @@ else {
}
print "<a href='edit.cgi?new=1'>$text{'index_add'}</a><p>\n";
print "<hr>\n";
print &ui_hr();
print "<table width=100%>\n";
print "<tr><form action=edit_opts.cgi>\n";
print "<td><input type=submit ",

View File

@ -55,7 +55,7 @@ else {
&icons_table(\@links, \@titles, \@images);
# Start or stop/apply buttons
print "<hr>\n";
print &ui_hr();
print "<table width=100%>\n";
$pid = &get_pptpd_pid();
if ($access{'apply'}) {

View File

@ -158,7 +158,7 @@ else {
}
# Manual edit button
print "<hr>\n";
print &ui_hr();
print &ui_buttons_start();
print &ui_buttons_row("manual_form.cgi",
$text{'index_man'}, $text{'index_mandesc'});

View File

@ -58,7 +58,7 @@ if (!-d "$config{'cvsroot'}/CVSROOT") {
if ($access{'setup'}) {
# Check if run from inetd or xinetd
print "<hr>\n";
print &ui_hr();
print "<table width=100%><tr>\n";
$inet = &check_inetd();
if ($inet && $inet->{'args'} =~ /\s(\/\S+)\s+pserver$/) {

View File

@ -39,7 +39,7 @@ else {
}
print &ui_links_row(\@links);
print "<hr>\n";
print &ui_hr();
print "<form action=save_sync.cgi>\n";
print "$text{'passwd_sync'}<p>\n";
printf "<input type=checkbox name=sync_create value=1 %s> %s<br>\n",