summaryrefslogtreecommitdiffstats
path: root/squid-digest-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:58:05 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:58:05 +0000
commita041164aca00a7a365674361390a26ffa00d8242 (patch)
tree481f2ee446ca6671c60012d865d1ece6d7941e59 /squid-digest-html.lsp
parentcbd7207fdf7f206aa9574e2169fe79891805777d (diff)
downloadacf-squid-a041164aca00a7a365674361390a26ffa00d8242.tar.bz2
acf-squid-a041164aca00a7a365674361390a26ffa00d8242.tar.xz
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
Diffstat (limited to 'squid-digest-html.lsp')
-rw-r--r--squid-digest-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index e02c6aa..104a9f2 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -1,12 +1,12 @@
<% local form, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
-<% displaycommandresults({"enabledigestlist"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"enabledigestlist"}, session) %>
<H1>Digest User List Status</H1>
<DL>
<%
- displayitem(form.value.status)
+ htmlviewfunctions.displayitem(form.value.status)
if form.value.status.errtxt then %>
<dt></dt><dd><form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/enabledigestlist") %>">
<input class="submit" type="submit" value="Enable"></form></dd>