From 80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:16:30 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- fetchmail-editentry-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail-editentry-html.lsp') diff --git a/fetchmail-editentry-html.lsp b/fetchmail-editentry-html.lsp index 31066fb..ffdca6c 100644 --- a/fetchmail-editentry-html.lsp +++ b/fetchmail-editentry-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %>

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

@@ -13,5 +13,5 @@ require("viewfunctions") form.value.localdomain.readonly = true end local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "ssl", "localhost", "localmailbox", "localdomain", "envelope" } - displayform(form, order) + htmlviewfunctions.displayform(form, order) %> -- cgit v1.2.3