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 --- cron-listjobs-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cron-listjobs-html.lsp') diff --git a/cron-listjobs-html.lsp b/cron-listjobs-html.lsp index 6cc4463..79446a6 100644 --- a/cron-listjobs-html.lsp +++ b/cron-listjobs-html.lsp @@ -1,8 +1,8 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"editjob", "deletejob", "movejob"}, session) %> -<% displaycommandresults({"createjob"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"editjob", "deletejob", "movejob"}, session) %> +<% htmlviewfunctions.displaycommandresults({"createjob"}, session, true) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") -- cgit v1.2.3