summaryrefslogtreecommitdiffstats
path: root/postfix-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-02-25 16:17:29 +0000
committerTed Trask <ttrask01@yahoo.com>2010-02-25 16:17:29 +0000
commite4240540c9bfd3670842dfb808716775dcaab696 (patch)
tree4eca7e16450dd9f3964cea8f298e697e64957508 /postfix-listfiles-html.lsp
parent33c4dc5d4da89a1eb55bbfb606a0ed59aaa6a193 (diff)
downloadacf-postfix-e4240540c9bfd3670842dfb808716775dcaab696.tar.bz2
acf-postfix-e4240540c9bfd3670842dfb808716775dcaab696.tar.xz
Added listqueue and flushqueue functions.
Diffstat (limited to 'postfix-listfiles-html.lsp')
-rw-r--r--postfix-listfiles-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/postfix-listfiles-html.lsp b/postfix-listfiles-html.lsp
index 782b7bc..3d17cba 100644
--- a/postfix-listfiles-html.lsp
+++ b/postfix-listfiles-html.lsp
@@ -10,7 +10,7 @@ require("viewfunctions")
end %>
<h1><%= html.html_escape(data.label) %></h1>
-
+<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Action</TD>
@@ -32,7 +32,6 @@ end %>
</TR>
<% end %>
</TABLE>
-<DL>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/rebuilddatabases") %>">
<DT>Rebuild Databases</DT>
<DD><input class="submit" type="submit" value="Rebuild"></DD>