From bb6fd68db726c6b4d1a12e82a741d4248b0c70de Mon Sep 17 00:00:00 2001 From: Zach LeBar Date: Sat, 18 Aug 2012 20:02:36 +0000 Subject: Further tweaks to support PostgreSQL 'schemas' and a hack to allow DISTributary Phone System Tool: 'ASHP' to submit NULL values into integer columns. The ability to add NULL values should be implemented in the near future. --- kamailio-createtableentry-html.lsp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kamailio-createtableentry-html.lsp (limited to 'kamailio-createtableentry-html.lsp') diff --git a/kamailio-createtableentry-html.lsp b/kamailio-createtableentry-html.lsp new file mode 100644 index 0000000..14ffd0a --- /dev/null +++ b/kamailio-createtableentry-html.lsp @@ -0,0 +1,14 @@ +<% local form, viewlibrary, page_info = ... +require("viewfunctions") +%> + +

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

+<% + 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 + displayform(form, nil, nil, page_info, 2) +%> -- cgit v1.2.3