mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added note about 'stealing' of locks
SVN revision: 939
This commit is contained in:
parent
757dc57e53
commit
892d6d0cf3
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.369 2004/07/07 14:29:06 midas
|
||||||
|
Added note about 'stealing' of locks
|
||||||
|
|
||||||
Revision 1.368 2004/07/07 13:51:44 midas
|
Revision 1.368 2004/07/07 13:51:44 midas
|
||||||
Admin user has to supply own old password
|
Admin user has to supply own old password
|
||||||
|
|
||||||
@ -15736,7 +15739,7 @@ void show_elog_message(LOGBOOK * lbs, char *dec_path, char *command)
|
|||||||
if (locked_by && locked_by[0]) {
|
if (locked_by && locked_by[0]) {
|
||||||
sprintf(str, "%s %s", loc("Entry is currently edited by"), locked_by);
|
sprintf(str, "%s %s", loc("Entry is currently edited by"), locked_by);
|
||||||
rsprintf("<tr><td nowrap colspan=2 class=\"errormsg\"><img src=\"stop.gif\">\n");
|
rsprintf("<tr><td nowrap colspan=2 class=\"errormsg\"><img src=\"stop.gif\">\n");
|
||||||
rsprintf("%s</td></tr>\n", str);
|
rsprintf("%s<br>%s</td></tr>\n", str, loc("You can \"steal\" the lock by editing this entry"));
|
||||||
}
|
}
|
||||||
|
|
||||||
rsprintf("<tr><td class=\"attribhead\">\n");
|
rsprintf("<tr><td class=\"attribhead\">\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user