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-createuser-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kamailio-createuser-html.lsp') diff --git a/kamailio-createuser-html.lsp b/kamailio-createuser-html.lsp index fb05750..a3a8857 100644 --- a/kamailio-createuser-html.lsp +++ b/kamailio-createuser-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %>

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

@@ -11,5 +11,5 @@ require("viewfunctions") form.value.username.readonly = true end local order = {"username", "password", "password_confirm", "email_address"} - displayform(form, order) + htmlviewfunctions.displayform(form, order) %> -- cgit v1.2.3