From 027ffe3f0bc2b95adb2241415a0d68687dbbec5b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:33:04 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- postfix-listqueue-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postfix-listqueue-html.lsp') diff --git a/postfix-listqueue-html.lsp b/postfix-listqueue-html.lsp index d700ec7..ee6ba50 100644 --- a/postfix-listqueue-html.lsp +++ b/postfix-listqueue-html.lsp @@ -1,8 +1,8 @@ <% local data, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"flushqueue"}, session) %> +<% htmlviewfunctions.displaycommandresults({"flushqueue"}, session) %>

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

-- cgit v1.2.3