summaryrefslogtreecommitdiffstats
path: root/tinydns-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-config-html.lsp')
-rw-r--r--[-rwxr-xr-x]tinydns-config-html.lsp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tinydns-config-html.lsp b/tinydns-config-html.lsp
index 9264d05..2fdd23b 100755..100644
--- a/tinydns-config-html.lsp
+++ b/tinydns-config-html.lsp
@@ -1,14 +1,9 @@
<% local form, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
-html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
-<h1><%= html.html_escape(form.label) %></h1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- htmlviewfunctions.displayform(form)
-%>
+<% htmlviewfunctions.displayitem(form, page_info) %>