From 49feb0b0d13aa92399f54fb48aef428d05527d15 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:26:11 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- kamailio-listusers-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kamailio-listusers-html.lsp') diff --git a/kamailio-listusers-html.lsp b/kamailio-listusers-html.lsp index 5994b79..a4bd57a 100644 --- a/kamailio-listusers-html.lsp +++ b/kamailio-listusers-html.lsp @@ -1,8 +1,8 @@ <% local form, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"deleteuser", "updateuser"}, session) %> -<% displaycommandresults({"createuser"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"deleteuser", "updateuser"}, session) %> +<% htmlviewfunctions.displaycommandresults({"createuser"}, session, true) %>

<%= html.html_escape(form.label) %>

-- cgit v1.2.3