From 2709d2ce6ab6f6d299bf44f2f209552438cf6a41 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:30:48 +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 --- openssl-checkenvironment-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openssl-checkenvironment-html.lsp') diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp index 0ea7a1e..1b68f14 100644 --- a/openssl-checkenvironment-html.lsp +++ b/openssl-checkenvironment-html.lsp @@ -1,16 +1,16 @@ <% local form, viewlibrary, page_info = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %>

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

<% if form.value.status.errtxt then form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - displayformstart(form) + htmlviewfunctions.displayformstart(form) else %>
<% end %> -<% displayitem(form.value.status) %> +<% htmlviewfunctions.displayitem(form.value.status) %> <% if form.value.status.errtxt then - displayformend(form) + htmlviewfunctions.displayformend(form) else %>
<% end %> -- cgit v1.2.3