summaryrefslogtreecommitdiffstats
path: root/provisioning-editparam-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-editparam-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-editparam-html.lsp')
-rw-r--r--provisioning-editparam-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning-editparam-html.lsp b/provisioning-editparam-html.lsp
index e9e8334..96dfe70 100644
--- a/provisioning-editparam-html.lsp
+++ b/provisioning-editparam-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
@@ -9,7 +9,7 @@ require("viewfunctions")
else
form.value.param_id.type = "hidden"
end
- displayform(form, nil, nil, page_info, 2)
+ htmlviewfunctions.displayform(form, nil, nil, page_info, 2)
%>
<% if page_info.action == "editparam" then %>