summaryrefslogtreecommitdiffstats
path: root/weblog-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-09-08 20:27:38 +0000
committerTed Trask <ttrask01@yahoo.com>2011-09-08 20:27:38 +0000
commit70aa90177516e8c3c202b32df1e0cc9221d9e43e (patch)
tree38975bef44e3bfd5947bbad000447a5bc6dec2ed /weblog-config-html.lsp
parentfc796543da9e9138dfc86348ddc6a1bbba65b799 (diff)
downloadacf-weblog-70aa90177516e8c3c202b32df1e0cc9221d9e43e.tar.bz2
acf-weblog-70aa90177516e8c3c202b32df1e0cc9221d9e43e.tar.xz
Change editconfig to use seq field
Diffstat (limited to 'weblog-config-html.lsp')
-rw-r--r--weblog-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog-config-html.lsp b/weblog-config-html.lsp
index 7107721..c427580 100644
--- a/weblog-config-html.lsp
+++ b/weblog-config-html.lsp
@@ -1,8 +1,8 @@
<% local form, viewlibrary, page_info = ...
require("viewfunctions")
%>
+
<H1><%= html.html_escape(form.label) %></H1>
<%
- local order = {"auditstart", "auditend", "badyesno", "sortby", "minimumscore", "window", "shorturi", "shortreason", "historydays", "watchdays", "purgedays" }
- displayform(form, order, nil, page_info)
+ displayform(form, nil, nil, page_info, 2)
%>