mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-27 02:57:22 +00:00
Fixed wrong string
SVN revision: 521
This commit is contained in:
parent
87389f0895
commit
0d6de500f6
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.100 2003/05/02 20:51:15 midas
|
||||||
|
Fixed wrong string
|
||||||
|
|
||||||
Revision 1.99 2003/05/02 10:00:31 midas
|
Revision 1.99 2003/05/02 10:00:31 midas
|
||||||
Added lock icon for protected logbooks
|
Added lock icon for protected logbooks
|
||||||
|
|
||||||
@ -10963,7 +10966,7 @@ int i, n;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* show login password page */
|
/* show login password page */
|
||||||
sprintf(str, "ELOG %s", loc("login"));
|
sprintf(str, "ELOG %s", loc("Login"));
|
||||||
show_html_header(lbs, TRUE, str);
|
show_html_header(lbs, TRUE, str);
|
||||||
|
|
||||||
/* set focus on name field */
|
/* set focus on name field */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user