From 9291a3452b2d86403a1f4be559736df58571c3f2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 23 Feb 2012 14:49:39 +0000 Subject: Updates to reflect changes in acf-core-0.15 - viewfunctions becomes htmlviewfunctions --- rc-edit-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc-edit-html.lsp') diff --git a/rc-edit-html.lsp b/rc-edit-html.lsp index fe792d1..79d374d 100644 --- a/rc-edit-html.lsp +++ b/rc-edit-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %>

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

@@ -7,5 +7,5 @@ require("viewfunctions") form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action form.value.servicename.readonly = true local order = {"servicename", "runlevels"} - displayform(form, order) + htmlviewfunctions.displayform(form, order) %> -- cgit v1.2.3