summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-10 06:26:50 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-10 06:26:50 +0000
commit252bdcb0f0ed034dc7c0fbbea915d329ed93d785 (patch)
treeb55c7f0712bd134c4f9244c85b14dd2dce3a0757
parent08bc06a7b69195d83655f1a60e16760fb10060e6 (diff)
downloadacf-heimdal-252bdcb0f0ed034dc7c0fbbea915d329ed93d785.tar.bz2
acf-heimdal-252bdcb0f0ed034dc7c0fbbea915d329ed93d785.tar.xz
Changes to use new htmlviewfunctions functions
-rw-r--r--heimdal-klist-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/heimdal-klist-html.lsp b/heimdal-klist-html.lsp
index 2196ad2..e89036a 100644
--- a/heimdal-klist-html.lsp
+++ b/heimdal-klist-html.lsp
@@ -5,10 +5,11 @@
<% htmlviewfunctions.displaycommandresults({"kdestroy"}, session) %>
<% htmlviewfunctions.displaycommandresults({"kinit"}, session, true) %>
-<h1><%= data.label %></h1>
+<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %>
<pre>
<%= html.html_escape(data.value) %>
</pre>
+<% htmlviewfunctions.displaysectionend(header_level) %>
<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("kdestroy") then
viewlibrary.dispatch_component("kdestroy")