diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-28 03:15:18 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-28 03:15:18 +0000 |
commit | f3efbd5c0c63a4ecc4b0261f138b29a1d0a63e65 (patch) | |
tree | 070a7936b8a5b532d964bf5f05d9b1d71d01fd26 /kamailio-createtableentry-html.lsp | |
parent | 567e623b8285a1b93440c2aa51a00bffb92e32ab (diff) | |
download | acf-kamailio-f3efbd5c0c63a4ecc4b0261f138b29a1d0a63e65.tar.bz2 acf-kamailio-f3efbd5c0c63a4ecc4b0261f138b29a1d0a63e65.tar.xz |
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'kamailio-createtableentry-html.lsp')
-rw-r--r-- | kamailio-createtableentry-html.lsp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kamailio-createtableentry-html.lsp b/kamailio-createtableentry-html.lsp deleted file mode 100644 index e8dc1ca..0000000 --- a/kamailio-createtableentry-html.lsp +++ /dev/null @@ -1,15 +0,0 @@ -<% local form, viewlibrary, page_info = ... -require("htmlviewfunctions") -html = require("acf.html") -%> - -<H1><%= html.html_escape(form.label) %></H1> -<% - form.value.table.readonly = true - if page_info.action == "updatetableentry" and form.value.id then - form.value.id.readonly = true - elseif form.value.id then - form.value.id.type = "hidden" - end - htmlviewfunctions.displayform(form, nil, nil, page_info, 2) -%> |