Added 'reply comment'

SVN revision: 1455
This commit is contained in:
2005-07-26 18:15:19 +00:00
parent e968865247
commit 03872e679d
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -519,6 +519,12 @@ This optional comment is displayed on top of the text entry field when submittin
a new message. It can contain a sentence like "<I>Please enter your message here</I>:".
<p>
<li><b><code>Reply comment = &lt;comment&gt;</code></b>
</br>
This optional comment is displayed on top of the text entry field when replying to an
exiting entry. It can contain a sentence like "<I>Please enter your reply here</I>:".
<p>
<li><b><code>Attachment comment = &lt;comment&gt;</code></b>
</br>
This optional comment is displayed on top of the attachment sumbission section when entering
+9
View File
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
Revision 1.726 2005/07/26 18:15:19 ritt
Added 'reply comment'
Revision 1.725 2005/07/26 18:11:06 ritt
Changed 'summary page title' to 'list page title'
@@ -10165,6 +10168,12 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsputs("<br>\n");
}
if (getcfg(lbs->name, "Reply comment", comment, sizeof(comment))
&& breply) {
rsputs(comment);
rsputs("<br>\n");
}
preset_text = getcfg(lbs->name, "Preset text", str, sizeof(str));
if (preset_text) {