summaryrefslogtreecommitdiffstats
path: root/weblog-config-html.lsp
diff options
context:
space:
mode:
authorLuke Stuart <lukestu@gmail.com>2011-08-10 15:03:33 +0000
committerTed Trask <ttrask01@yahoo.com>2011-08-10 11:53:30 -0400
commit28804449df1f28067b9eba8475452b5c97b2a1ac (patch)
treeb5e712dbc55b15c0ee1612f8a1a0bccabbf3d9fc /weblog-config-html.lsp
parent9377ebd8eef7b2e04d475a983369d8f9a903056b (diff)
downloadacf-weblog-28804449df1f28067b9eba8475452b5c97b2a1ac.tar.bz2
acf-weblog-28804449df1f28067b9eba8475452b5c97b2a1ac.tar.xz
Weblog Updates including Squark support and revamped analysis.
Diffstat (limited to 'weblog-config-html.lsp')
-rw-r--r--weblog-config-html.lsp5
1 files changed, 2 insertions, 3 deletions
diff --git a/weblog-config-html.lsp b/weblog-config-html.lsp
index 35f3ca5..7107721 100644
--- a/weblog-config-html.lsp
+++ b/weblog-config-html.lsp
@@ -1,9 +1,8 @@
<% local form, viewlibrary, page_info = ...
require("viewfunctions")
%>
-
<H1><%= html.html_escape(form.label) %></H1>
<%
- local order = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window", "shorturi", "shortreason", "groupby"}
- displayform(form, order, nil, page_info)
+ local order = {"auditstart", "auditend", "badyesno", "sortby", "minimumscore", "window", "shorturi", "shortreason", "historydays", "watchdays", "purgedays" }
+ displayform(form, order, nil, page_info)
%>