summaryrefslogtreecommitdiffstats
path: root/fetchmail-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-config-html.lsp')
-rw-r--r--fetchmail-config-html.lsp13
1 files changed, 6 insertions, 7 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index fc725c7..d23df93 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -8,15 +8,14 @@
viewlibrary.dispatch_component("status")
end %>
-<H1>Global Settings</H1>
-
-<DL>
-<dt>Edit global settings</dt>
-<dd><form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/editconfig") %>" method="POST">
+<h1>Global Settings</h1>
+<div class='item'><p class='left'>Edit global settings</p>
+<div class='right'>
+<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/editconfig") %>" method="post">
<input class="hidden" type="hidden" name="redir" value="<%= html.html_escape(page_info.orig_action) %>" >
<input type=submit value="Edit" class="submit">
-</form></dd>
-</DL>
+</form>
+</div></div><!-- end .item -->
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("listentries")