From 68a8022f6bebd4df4f4e737ba110615ba849b8dc Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 02:02:10 +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 --- weblog-viewauditstats-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'weblog-viewauditstats-html.lsp') diff --git a/weblog-viewauditstats-html.lsp b/weblog-viewauditstats-html.lsp index 8eddb05..b31cd46 100644 --- a/weblog-viewauditstats-html.lsp +++ b/weblog-viewauditstats-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> @@ -13,12 +13,12 @@ }); -<% displaycommandresults({"completeaudit"}, session) %> +<% htmlviewfunctions.displaycommandresults({"completeaudit"}, session) %>

Audit Parameters

-<% displayitem(data.value.auditstart) %> -<% displayitem(data.value.auditend) %> +<% htmlviewfunctions.displayitem(data.value.auditstart) %> +<% htmlviewfunctions.displayitem(data.value.auditend) %>

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

-- cgit v1.2.3