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

<H1><%= html.html_escape(form.label) %></H1>
<%
	form.value.param_id.readonly = "true"
	form.value.name.readonly = "true"
	form.value.label.readonly = "true"
	displayform(form, nil, nil, page_info, 2)
%>