summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-12 04:28:30 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-12 04:28:30 +0000
commit94c7cf2b506732a07accb155aa874492832609f5 (patch)
tree3e8c29e28268952d5796a3fdcdb079c531a95f47 /postfix-details-html.lsp
parentac9d4ef5fe49eee863019e0167743f71b8602aaa (diff)
downloadacf-postfix-94c7cf2b506732a07accb155aa874492832609f5.tar.bz2
acf-postfix-94c7cf2b506732a07accb155aa874492832609f5.tar.xz
Changes to use new htmlviewfunctions functions
Diffstat (limited to 'postfix-details-html.lsp')
-rw-r--r--postfix-details-html.lsp7
1 files changed, 3 insertions, 4 deletions
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
index 78db808..d261b13 100644
--- a/postfix-details-html.lsp
+++ b/postfix-details-html.lsp
@@ -5,7 +5,6 @@ html = require("acf.html")
<% viewlibrary.dispatch_component("status") %>
-<h2><%= html.html_escape(data.label) %></h2>
-<%
-htmlviewfunctions.displayitem(data)
-%>
+<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %>
+<% htmlviewfunctions.displayitem(data) %>
+<% htmlviewfunctions.displaysectionend(header_level) %>