diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:00:06 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:00:06 +0000 |
commit | a15984cf2eacb65eed22a39cacc9641a7b39032a (patch) | |
tree | 8ba1b75db959f4439daf28809f5249435f4bc245 /tinydns-config-html.lsp | |
parent | 8c98538ce0b76fe67c4d29ae53232cbcd618d830 (diff) | |
download | acf-tinydns-a15984cf2eacb65eed22a39cacc9641a7b39032a.tar.bz2 acf-tinydns-a15984cf2eacb65eed22a39cacc9641a7b39032a.tar.xz |
Changes to use new htmlviewfunctions functions
Diffstat (limited to 'tinydns-config-html.lsp')
-rw-r--r--[-rwxr-xr-x] | tinydns-config-html.lsp | 7 |
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) %> |