summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:33:04 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:33:04 +0000
commit027ffe3f0bc2b95adb2241415a0d68687dbbec5b (patch)
treef8b6c15fa1a7851ea710948ff1af03407cddb54b /postfix-details-html.lsp
parent8346bee32010a3237ff52f2a5330d61643dc06c1 (diff)
downloadacf-postfix-027ffe3f0bc2b95adb2241415a0d68687dbbec5b.tar.bz2
acf-postfix-027ffe3f0bc2b95adb2241415a0d68687dbbec5b.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 'postfix-details-html.lsp')
-rw-r--r--postfix-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
index 8f1363e..ae142cd 100644
--- a/postfix-details-html.lsp
+++ b/postfix-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>