summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 13:35:15 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 13:35:15 +0200
commit8fd4bc261d1bc9a4ac65e5aa933562037f9388d8 (patch)
treed15543ae17173e7ce1b0fe43c0088874f25b7e76
parenta5b22ad53ed596b75b09620776284de6f0e764d7 (diff)
downloadacf-shorewall-8fd4bc261d1bc9a4ac65e5aa933562037f9388d8.tar.bz2
acf-shorewall-8fd4bc261d1bc9a4ac65e5aa933562037f9388d8.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
-rw-r--r--shorewall-details-html.lsp2
-rw-r--r--shorewall-listfiles-html.lsp3
2 files changed, 3 insertions, 2 deletions
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp
index 06436b0..b0643eb 100644
--- a/shorewall-details-html.lsp
+++ b/shorewall-details-html.lsp
@@ -14,6 +14,8 @@ io.write("</span>")
end %>
<H2><%= html.html_escape(data.label) %></H2>
+<DL>
<PRE>
<%= html.html_escape(data.value) %>
</PRE>
+</DL>
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index 0c36913..8e0c646 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-html.lsp
@@ -16,7 +16,7 @@ io.write("</span>")
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">File</TD>
@@ -33,7 +33,6 @@ end %>
</TR>
<% end %>
</TABLE>
-<DL>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/check") %>">
<DT>Check Configuration</DT>
<DD><input class="submit" type="submit" value="Check"></DD>