summaryrefslogtreecommitdiffstats
path: root/provisioning-listtemplates-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-listtemplates-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-listtemplates-html.lsp')
-rw-r--r--provisioning-listtemplates-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/provisioning-listtemplates-html.lsp b/provisioning-listtemplates-html.lsp
index 52edc6d..a0b079e 100644
--- a/provisioning-listtemplates-html.lsp
+++ b/provisioning-listtemplates-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({"deletetemplate", "edittemplate"}, session) %>
-<% displaycommandresults({"createtemplate"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"deletetemplate", "edittemplate"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"createtemplate"}, session, true) %>
<h1>Templates</h1>
<DL>