summaryrefslogtreecommitdiffstats
path: root/postgresql-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:34:55 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:34:55 +0000
commiteda53d1d4130965b5d49edb3d27ebe5f1a4c420f (patch)
treea260c2f8985c9aaca6b76c5527600cb6cbb3c05f /postgresql-details-html.lsp
parent19a6c8d65bf675acbb0dfa44932c5aea5dab1ed6 (diff)
downloadacf-postgresql-eda53d1d4130965b5d49edb3d27ebe5f1a4c420f.tar.bz2
acf-postgresql-eda53d1d4130965b5d49edb3d27ebe5f1a4c420f.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
Diffstat (limited to 'postgresql-details-html.lsp')
-rw-r--r--postgresql-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-details-html.lsp b/postgresql-details-html.lsp
index 8f1363e..ae142cd 100644
--- a/postgresql-details-html.lsp
+++ b/postgresql-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>