diff options
author | Luke Stuart <lukestu@gmail.com> | 2011-08-10 15:03:33 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-08-10 11:53:30 -0400 |
commit | 28804449df1f28067b9eba8475452b5c97b2a1ac (patch) | |
tree | b5e712dbc55b15c0ee1612f8a1a0bccabbf3d9fc /weblog-config-html.lsp | |
parent | 9377ebd8eef7b2e04d475a983369d8f9a903056b (diff) | |
download | acf-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.lsp | 5 |
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) %> |