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

<H1><%= html.html_escape(form.label) %></H1>
<%
	form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
	local order = {"name", "valid", "comment", "path", "browseable", "guest", "printable", "writable"}
	htmlviewfunctions.displayform(form, order, {"other"})
%>