summaryrefslogtreecommitdiffstats
path: root/provisioning-listclassgroups-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-listclassgroups-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-listclassgroups-html.lsp')
-rw-r--r--provisioning-listclassgroups-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/provisioning-listclassgroups-html.lsp b/provisioning-listclassgroups-html.lsp
index 757e8a1..a1b1ce5 100644
--- a/provisioning-listclassgroups-html.lsp
+++ b/provisioning-listclassgroups-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({"deleteclassgroup", "editclassgroup"}, session) %>
-<% displaycommandresults({"createclassgroup"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"deleteclassgroup", "editclassgroup"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"createclassgroup"}, session, true) %>
<h1>Class Groups</h1>
<DL>