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

<H1><%= html.html_escape(form.label) %></H1>
<%
	if page_info.action == "editparam" then
		form.value.param_id.readonly = "true"
	else
		form.value.param_id.type = "hidden"
	end
	displayform(form, nil, nil, page_info, 2)
%>