summaryrefslogtreecommitdiffstats
path: root/did-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:34:51 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:34:51 +0000
commitb6f00517ad0a3ef7e3bd32e0d3a99cfa558d6dc2 (patch)
tree58e4318c8527b73c882b865393bf269c9f8d3fad /did-html.lsp
parent0cbfb7a5849d68a9b16c361f092848982fac04e7 (diff)
downloadacf-did-b6f00517ad0a3ef7e3bd32e0d3a99cfa558d6dc2.tar.bz2
acf-did-b6f00517ad0a3ef7e3bd32e0d3a99cfa558d6dc2.tar.xz
UI fix
Diffstat (limited to 'did-html.lsp')
-rw-r--r--did-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/did-html.lsp b/did-html.lsp
index 5ebb4e1..1ed5ecd 100644
--- a/did-html.lsp
+++ b/did-html.lsp
@@ -25,6 +25,7 @@ function newPopup(url) {
<% end %>
<H1><%= html.html_escape(data.label) %></H1>
+<DL>
<% displaypagination(pagedata, page_info) %>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
@@ -67,10 +68,9 @@ function newPopup(url) {
<% end %>
<% if session.permissions[page_info.controller].publishall then %>
-<DL>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/publishall") %>">
<DT>Publish All DIDs</DT>
<DD><input class="submit" type="submit" value="Publish"></DD>
</form>
-</DL>
<% end %>
+</DL>