blob: b2dca38e092721c625e084a421bda8dff2343da1 (
plain)
1
2
3
4
5
6
7
8
9
|
<% local form, viewlibrary, page_info = ...
require("viewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
<%
local order = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window"}
displayform(form, order, nil, page_info)
%>
|