From a15984cf2eacb65eed22a39cacc9641a7b39032a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 25 Apr 2014 07:00:06 +0000 Subject: Changes to use new htmlviewfunctions functions --- tinydns-config-html.lsp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) mode change 100755 => 100644 tinydns-config-html.lsp (limited to 'tinydns-config-html.lsp') diff --git a/tinydns-config-html.lsp b/tinydns-config-html.lsp old mode 100755 new mode 100644 index 9264d05..2fdd23b --- 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 %> -

<%= html.html_escape(form.label) %>

-<% - form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - htmlviewfunctions.displayform(form) -%> +<% htmlviewfunctions.displayitem(form, page_info) %> -- cgit v1.2.3