summaryrefslogtreecommitdiffstats
path: root/fetchmail-listentries-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:16:30 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:16:30 +0000
commit80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33 (patch)
treee9442fc512bf85c3929319b8262c9eef574f4deb /fetchmail-listentries-html.lsp
parentb040b787847d89b4e0acbfac7791163c68429b6c (diff)
downloadacf-fetchmail-80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33.tar.bz2
acf-fetchmail-80f25c722a6ad2a9fe3932a6a7a1aa63169ddf33.tar.xz
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
Diffstat (limited to 'fetchmail-listentries-html.lsp')
-rw-r--r--fetchmail-listentries-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail-listentries-html.lsp b/fetchmail-listentries-html.lsp
index 2176bee..0a4c6fe 100644
--- a/fetchmail-listentries-html.lsp
+++ b/fetchmail-listentries-html.lsp
@@ -1,8 +1,8 @@
<% local data, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"editentry", "deleteentry", "createentry"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"editentry", "deleteentry", "createentry"}, session) %>
<h1>Edit/View Fetchmail Entries</h1>
<DL>