summaryrefslogtreecommitdiffstats
path: root/provisioning-getclassvalues-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:51:49 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:51:49 +0000
commit84bfd38162321c36e30a06865a0437cfaa4fc339 (patch)
tree5d700ce1b3af6617722fa5a81fd7ab2b1c867381 /provisioning-getclassvalues-html.lsp
parent091862516c4d4bc80eb741101fcd670ed4009ec7 (diff)
downloadacf-provisioning-84bfd38162321c36e30a06865a0437cfaa4fc339.tar.bz2
acf-provisioning-84bfd38162321c36e30a06865a0437cfaa4fc339.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 'provisioning-getclassvalues-html.lsp')
-rw-r--r--provisioning-getclassvalues-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning-getclassvalues-html.lsp b/provisioning-getclassvalues-html.lsp
index 4f07db1..7dcf42d 100644
--- a/provisioning-getclassvalues-html.lsp
+++ b/provisioning-getclassvalues-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if form.value.values then %>
@@ -23,5 +23,5 @@ require("viewfunctions")
<%
form.value.values = nil
form.value.label = nil
- displayform(form, nil, nil, page_info, 2)
+ htmlviewfunctions.displayform(form, nil, nil, page_info, 2)
%>