summaryrefslogtreecommitdiffstats
path: root/clamsmtp-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 00:51:02 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 00:51:02 +0000
commit1e9ed0f9034c7d4f2d9683eaed422568a0d3aa28 (patch)
tree0d54464a14cbaab1e62b0f5daf21d097cbe599b7 /clamsmtp-details-html.lsp
parent6692843935d8e831750a23cea4547de105b0c50b (diff)
downloadacf-clamsmtp-1e9ed0f9034c7d4f2d9683eaed422568a0d3aa28.tar.bz2
acf-clamsmtp-1e9ed0f9034c7d4f2d9683eaed422568a0d3aa28.tar.xz
Modified require statements for acf. libraries, updated for viewfunctions to htmlviewfunctions, deleted startstop view
Diffstat (limited to 'clamsmtp-details-html.lsp')
-rw-r--r--clamsmtp-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clamsmtp-details-html.lsp b/clamsmtp-details-html.lsp
index 8f1363e..ae142cd 100644
--- a/clamsmtp-details-html.lsp
+++ b/clamsmtp-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>