summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 13:18:50 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 13:18:50 +0200
commit54801056163810fe30c2781a9e1e9a3d5d3c7b8c (patch)
tree0bec6ed08092f138ad9c7ef1db8e5a6ec940b933
parent91f7e47495a8bb1cd6323fc7b30a1aba5c306cd9 (diff)
downloadacf-alpine-baselayout-54801056163810fe30c2781a9e1e9a3d5d3c7b8c.tar.bz2
acf-alpine-baselayout-54801056163810fe30c2781a9e1e9a3d5d3c7b8c.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
-rw-r--r--modules-edit-html.lsp1
-rw-r--r--modules-status-html.lsp2
2 files changed, 2 insertions, 1 deletions
diff --git a/modules-edit-html.lsp b/modules-edit-html.lsp
index e3c0f8d..5a96422 100644
--- a/modules-edit-html.lsp
+++ b/modules-edit-html.lsp
@@ -31,7 +31,6 @@ displayitem(form.value.mtime)
<% if form.value.filecontent.descr then %><P CLASS='descr'><%= string.gsub(html.html_escape(form.value.filecontent.descr), "\n", "<BR>") %></P><% end %>
<% if form.type == "form" then %>
-<H3>Save</H3>
<% displayformend(form) %>
<% end %>
</form>
diff --git a/modules-status-html.lsp b/modules-status-html.lsp
index 8d797b5..ad14d86 100644
--- a/modules-status-html.lsp
+++ b/modules-status-html.lsp
@@ -3,4 +3,6 @@
<h1>Modules</h1>
<h2>Installed modules</h2>
+<DL>
<pre><%= html.html_escape(view.value) %></pre>
+</DL>