summaryrefslogtreecommitdiffstats
path: root/weblog-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-08-05 07:23:35 +0000
committerTed Trask <ttrask01@yahoo.com>2010-08-05 07:23:35 +0000
commitca1a6c998ef02d7dff879d0d5cfee8937d75c902 (patch)
treeddde7bfba8c80e9b73fd484465138be548f8d225 /weblog-config-html.lsp
parente145ec58601aaf593e2ded644dd37c8b2e815310 (diff)
downloadacf-weblog-ca1a6c998ef02d7dff879d0d5cfee8937d75c902.tar.bz2
acf-weblog-ca1a6c998ef02d7dff879d0d5cfee8937d75c902.tar.xz
Added shortreason to config, allowing users to choose whether they show full or short reason in log.
Diffstat (limited to 'weblog-config-html.lsp')
-rw-r--r--weblog-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-config-html.lsp b/weblog-config-html.lsp
index 1a52743..35f3ca5 100644
--- a/weblog-config-html.lsp
+++ b/weblog-config-html.lsp
@@ -4,6 +4,6 @@ require("viewfunctions")
<H1><%= html.html_escape(form.label) %></H1>
<%
- local order = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window", "shorturi", "groupby"}
+ local order = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window", "shorturi", "shortreason", "groupby"}
displayform(form, order, nil, page_info)
%>