mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed bug with resubmit box and conditional attributes
SVN revision: 1243
This commit is contained in:
parent
eb1cc296a5
commit
458b9affe2
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.584 2005/03/08 08:51:25 ritt
|
||||||
|
Fixed bug with resubmit box and conditional attributes
|
||||||
|
|
||||||
Revision 1.583 2005/03/08 08:42:17 ritt
|
Revision 1.583 2005/03/08 08:42:17 ritt
|
||||||
Show logbook list for subscription for new user
|
Show logbook list for subscription for new user
|
||||||
|
|
||||||
@ -8867,7 +8870,7 @@ void show_edit_form(LOGBOOK *lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Resubmit check box */
|
/* Resubmit check box */
|
||||||
if (bedit) {
|
if (bedit && message_id) {
|
||||||
if (getcfg(lbs->name, "Resubmit default", str, sizeof(str))) {
|
if (getcfg(lbs->name, "Resubmit default", str, sizeof(str))) {
|
||||||
if (atoi(str) == 0) {
|
if (atoi(str) == 0) {
|
||||||
rsprintf(" \n");
|
rsprintf(" \n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user