diff --git a/doc/config.html b/doc/config.html index 9afc1cb0..14088b97 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1222,7 +1222,7 @@ Same as before, but gets added after the previous entry.
Prepend on edit = <string>
-Apend on edit = <string>
+Append on edit = <string>
Same as before, but for editing entries.
@@ -1707,6 +1707,12 @@ have been updated recently. If this value is set to 2, the resubmit box is not displayed at all. The default is 0.
+
Resubmit replies = 0|1 If this flag is set to
+1 and an entry is resubmited as a new entry and this entry has replies,
+all replies of this entry are resubmittes as new entries as well. The default is
+0.
++
Display Email recipients = 0|1
If this flag is 1, the email recipients are displayed when a logbook
@@ -1850,6 +1856,23 @@ This switch has two meanings. First, it defines the default state of the
if the quick filters are case sensitive or not. The default is 0.
+
Mode commands = 0|1
+
+If this flag is missing or set to 1, the links "Full", "Summary" and
+"Threaded" are shown on the top of the listing page. If this flag is set to
+0, these commands are hidden. This might be useful in logbooks where only
+one mode makes sense for example.
++ +
Suppress execute default = 0|1
+
+External scripts can be called with the Execute new/edit/delete
+options. If these options are enabled, a checkbox appears which lets the user
+suppress execution of the external script. The setting of this flag determines
+the default state of this checkbox. In logbooks where a script should only be
+ocasionally executed, it could make sense to set this flag to 1.
++