summaryrefslogtreecommitdiffstats
path: root/cron-listjobs-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-02-23 14:49:39 +0000
committerTed Trask <ttrask01@yahoo.com>2012-02-23 14:49:39 +0000
commit9291a3452b2d86403a1f4be559736df58571c3f2 (patch)
tree9505f542ba5fc4fab1ded8e6a17c7ee24599d0fb /cron-listjobs-html.lsp
parent6d638ac9d28eac2c144d229359b64c0edaee2b4d (diff)
downloadacf-alpine-baselayout-9291a3452b2d86403a1f4be559736df58571c3f2.tar.bz2
acf-alpine-baselayout-9291a3452b2d86403a1f4be559736df58571c3f2.tar.xz
Updates to reflect changes in acf-core-0.15 - viewfunctions becomes htmlviewfunctions
Diffstat (limited to 'cron-listjobs-html.lsp')
-rw-r--r--cron-listjobs-html.lsp6
1 files changed, 3 insertions, 3 deletions
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")