diff --git a/doc/config.html b/doc/config.html index 1e398991..14f07517 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1091,6 +1091,27 @@ ID display = TAG-$message id would display the entry ID as "TAG-1","TAG-2", ... and so on.

+

  • Prepend on reply = <string> +
    +With this option a string can be placed on top of a reply. Using string substition, +this can be useful for adding the author and the date of a reply, like
    +
    +Prepend on reply = Added $date by $long_name\n\n
    +
    +where "\n" causes a line break. +

    + +

  • Apend on reply = <string> +
    +Same as before, but gets added after the previous entry. +

    + +

  • Prepend on edit = <string> +
  • Apend on edit = <string> +
    +Same as before, but for editing entries. +

    +


    @@ -1642,27 +1663,6 @@ in a browser, in which case the stale locks still might appear.

    Default for "Use Lock" is 0.

    -

  • Prepend on reply = <string> -
    -With this option a string can be placed on top of a reply. Using string substition, -this can be useful for adding the author and the date of a reply, like
    -
    -Prepend on reply = Added $date by $long_name\n\n
    -
    -where "\n" causes a line break. -

    - -

  • Apend on reply = <string> -
    -Same as before, but gets added after the previous entry. -

    - -

  • Prepend on edit = <string> -
  • Apend on edit = <string> -
    -Same as before, but for editing entries. -

    -

  • Show top groups = 0|1
    When using top groups, the root of the elogd server is not accessible any more, to avoid @@ -1671,6 +1671,13 @@ unwanted, the flag Show top groups can be set to 1< in which case a list of available top groups is shown.

    +

  • Fix text = 0|1 +
    +With this options the main text body can be fixed, so that it cannot be +changed via the Edit button later. This feature can be +useful for set-ups where some attributed must be changed later, but the +text body should be preserved. The default is 0. +

    diff --git a/src/elogd.c b/src/elogd.c index f39fe539..b200aea4 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.377 2004/07/12 08:01:15 midas + Added 'fix text' flag + Revision 1.376 2004/07/09 08:13:39 midas Fixed problem that admin user of top group could change global section @@ -7259,7 +7262,13 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL if (!getcfg(lbs->name, "Show text", str) || atoi(str) == 1) { - rsprintf("