From f3efbd5c0c63a4ecc4b0261f138b29a1d0a63e65 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sun, 28 Oct 2012 03:15:18 +0000 Subject: Removed unneeded views by updating CFE for autoview --- kamailio-createuser-html.lsp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 kamailio-createuser-html.lsp (limited to 'kamailio-createuser-html.lsp') diff --git a/kamailio-createuser-html.lsp b/kamailio-createuser-html.lsp deleted file mode 100644 index b83f2b1..0000000 --- a/kamailio-createuser-html.lsp +++ /dev/null @@ -1,16 +0,0 @@ -<% local form, viewlibrary, page_info = ... -require("htmlviewfunctions") -html = require("acf.html") -%> - -

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

-<% - form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - form.value.password.type = "password" - form.value.password_confirm.type = "password" - if page_info.action == "updateuser" then - form.value.username.readonly = true - end - local order = {"username", "password", "password_confirm", "email_address"} - htmlviewfunctions.displayform(form, order) -%> -- cgit v1.2.3