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

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