mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added 'reply comment'
SVN revision: 1455
This commit is contained in:
parent
e968865247
commit
03872e679d
@ -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>:".
|
a new message. It can contain a sentence like "<I>Please enter your message here</I>:".
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<li><b><code>Reply comment = <comment></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 = <comment></code></b>
|
<li><b><code>Attachment comment = <comment></code></b>
|
||||||
</br>
|
</br>
|
||||||
This optional comment is displayed on top of the attachment sumbission section when entering
|
This optional comment is displayed on top of the attachment sumbission section when entering
|
||||||
|
|||||||
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.726 2005/07/26 18:15:19 ritt
|
||||||
|
Added 'reply comment'
|
||||||
|
|
||||||
Revision 1.725 2005/07/26 18:11:06 ritt
|
Revision 1.725 2005/07/26 18:11:06 ritt
|
||||||
Changed 'summary page title' to 'list page title'
|
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");
|
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));
|
preset_text = getcfg(lbs->name, "Preset text", str, sizeof(str));
|
||||||
if (preset_text) {
|
if (preset_text) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user