summaryrefslogtreecommitdiffstats
path: root/fetchmail-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:28:07 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:28:07 +0000
commit593eb28947e4aa7060d1570d43271d83e589fab3 (patch)
tree5d882676a582ff1ce0adabac677bc27bda0d347c /fetchmail-config-html.lsp
parentba8c75740d1c3652d311297d0b5bb0e66ff88895 (diff)
downloadacf-fetchmail-593eb28947e4aa7060d1570d43271d83e589fab3.tar.bz2
acf-fetchmail-593eb28947e4aa7060d1570d43271d83e589fab3.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
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")