diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:51:49 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:51:49 +0000 |
commit | 84bfd38162321c36e30a06865a0437cfaa4fc339 (patch) | |
tree | 5d700ce1b3af6617722fa5a81fd7ab2b1c867381 /provisioning-listparams-html.lsp | |
parent | 091862516c4d4bc80eb741101fcd670ed4009ec7 (diff) | |
download | acf-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-listparams-html.lsp')
-rw-r--r-- | provisioning-listparams-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/provisioning-listparams-html.lsp b/provisioning-listparams-html.lsp index b0fa979..43b7a17 100644 --- a/provisioning-listparams-html.lsp +++ b/provisioning-listparams-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> <script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script> @@ -11,8 +11,8 @@ require("viewfunctions") }); </script> -<% displaycommandresults({"deleteparam", "editparam"}, session) %> -<% displaycommandresults({"createparam"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"deleteparam", "editparam"}, session) %> +<% htmlviewfunctions.displaycommandresults({"createparam"}, session, true) %> <h1>Parameters</h1> <DL> |