summaryrefslogtreecommitdiffstats
path: root/dhcp-settings-html.lsp
blob: f9d97bd248571e9445c8ae6d861cdba686e0e7bc (plain)
1
2
3
4
5
6
7
8
9
<% 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 = {"domainname", "domainnameservers", "dnsupdatestyle", "defleasetime", "maxleasetime"}
	htmlviewfunctions.displayform(form, order)
%>