summaryrefslogtreecommitdiffstats
path: root/dnscache-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-10 06:13:46 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-10 06:13:46 +0000
commit67efc1efa4a98a1f5d5e14fcbb716b9d4e2d8129 (patch)
treeea9b70acff6163be6a5a9c930c9080bc6f9045db /dnscache-config-html.lsp
parentc35e16d5a0942e5becda2594492156fe91ee6e04 (diff)
downloadacf-dnscache-67efc1efa4a98a1f5d5e14fcbb716b9d4e2d8129.tar.bz2
acf-dnscache-67efc1efa4a98a1f5d5e14fcbb716b9d4e2d8129.tar.xz
Changes to use new htmlviewfunctions functions
Diffstat (limited to 'dnscache-config-html.lsp')
-rw-r--r--dnscache-config-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp
index c53da25..2fdd23b 100644
--- a/dnscache-config-html.lsp
+++ b/dnscache-config-html.lsp
@@ -6,8 +6,4 @@ htmlviewfunctions = require("htmlviewfunctions")
viewlibrary.dispatch_component("status")
end %>
-<h1>Config</h1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- htmlviewfunctions.displayform(form)
-%>
+<% htmlviewfunctions.displayitem(form, page_info) %>