summaryrefslogtreecommitdiffstats
path: root/dovecot-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:11:53 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:11:53 +0000
commit51de0ea690a7b5d213479b6d0e7b69b38846ad1d (patch)
tree64e0dd8e24b0cee586f47e214e6cff43eefb1e93 /dovecot-details-html.lsp
parent89f62735d20f0efc08e2bf95667ede23f7bae3ea (diff)
downloadacf-dovecot-51de0ea690a7b5d213479b6d0e7b69b38846ad1d.tar.bz2
acf-dovecot-51de0ea690a7b5d213479b6d0e7b69b38846ad1d.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 'dovecot-details-html.lsp')
-rw-r--r--dovecot-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp
index 8f1363e..ae142cd 100644
--- a/dovecot-details-html.lsp
+++ b/dovecot-details-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% viewlibrary.dispatch_component("status") %>
@@ -7,6 +7,6 @@ require("viewfunctions")
<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
-displayitem(data)
+htmlviewfunctions.displayitem(data)
%>
</DL>