summaryrefslogtreecommitdiffstats
path: root/did-html.lsp
diff options
context:
space:
mode:
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>