summaryrefslogtreecommitdiffstats
path: root/kamailio-createtableentry-html.lsp
blob: 14ffd0a511f5485d611cc55d6b95d874f916960b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% local form, viewlibrary, page_info = ... 
require("viewfunctions")
%>

<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
	displayform(form, nil, nil, page_info, 2)
%>