mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added 'Duplicate' to default menu commands
SVN revision: 1307
This commit is contained in:
parent
3c1bfa7c5d
commit
f0f3171553
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.614 2005/03/31 20:43:45 ritt
|
||||||
|
Added 'Duplicate' to default menu commands
|
||||||
|
|
||||||
Revision 1.613 2005/03/31 20:37:05 ritt
|
Revision 1.613 2005/03/31 20:37:05 ritt
|
||||||
Implemented 'Duplicate' command
|
Implemented 'Duplicate' command
|
||||||
|
|
||||||
@ -17972,7 +17975,7 @@ void show_elog_entry(LOGBOOK * lbs, char *dec_path, char *command)
|
|||||||
|
|
||||||
/* default menu commands */
|
/* default menu commands */
|
||||||
if (menu_str[0] == 0) {
|
if (menu_str[0] == 0) {
|
||||||
strcpy(menu_str, "List, New, Edit, Delete, Reply, Find, ");
|
strcpy(menu_str, "List, New, Edit, Delete, Reply, Duplicate, Find, ");
|
||||||
|
|
||||||
if (getcfg(lbs->name, "Password file", str, sizeof(str))) {
|
if (getcfg(lbs->name, "Password file", str, sizeof(str))) {
|
||||||
strcat(menu_str, "Config, Logout, ");
|
strcat(menu_str, "Config, Logout, ");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user