From 4a54bfcd9f6b09f3a8854c180a0a014e3624494b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 6 Aug 2002 10:22:50 +0000 Subject: [PATCH] Adjusted 'thread display' SVN revision: 203 --- doc/config.html | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/doc/config.html b/doc/config.html index 935bcbec..08e1d1ae 100755 --- a/doc/config.html +++ b/doc/config.html @@ -371,6 +371,11 @@ Default mode for search display. On the find entry form, the checkboxes are set accordingly. The "Last xxx" page uses this setting directly.

+

  • Entries per page = <number> +
    +Number of logbook entries displayed per page in a search result. The default is 20. +

    +


    @@ -447,7 +452,7 @@ down box by default.
  • Preset text = <string> or <file>
    This preset value is used for the main body text. It can be a string or a file, -which must be present in the same directory as the elogd file. +which must be present in the same directory as the elogd.cfg file.

  • Locked Attributes = <list> @@ -495,10 +500,19 @@ message body is controlled by the Display mode and
  • Thread display = <string>
    -Optional way to specify the line contents in the threaded search result. All -standard substitutions like as described in the Subst command can be -used here, like
    -
    Thread display = $author, $subject
    +Optional way to specify the line contents in the threaded search result. Following +substitutions are possible: +

    +

      +
    • $<attribute>: The value of the attribute +
    • $logbook: The name of the current logbook +
    • $entry date: The message date, formatted via "Date format" +
    • $message id: The message ID +
    +
    +A typical example would be +
    +
    Thread display = $subject, posted by $author on $entry date

  • Thread icon = <attribute>