summaryrefslogtreecommitdiffstats
path: root/kamailio-createtableentry-html.lsp
blob: b0dabfac94f549bcf24d9bf1f587aaa74d52896f (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.type = "hidden"
	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)
%>