mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed status bar from calendar
SVN revision: 1077
This commit is contained in:
parent
87a088d94f
commit
db31352375
@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 1.473 2004/09/18 02:54:06 midas
|
||||
Removed status bar from calendar
|
||||
|
||||
Revision 1.472 2004/09/18 02:43:03 midas
|
||||
Use single attribute table in edit form
|
||||
|
||||
@ -7190,7 +7193,7 @@ void show_date_selector(int day, int month, int year, char *index)
|
||||
rsprintf("function opencal(i)\n");
|
||||
rsprintf("{\n");
|
||||
rsprintf(" window.open(\"cal.html?i=\"+i, \"\",\n");
|
||||
rsprintf(" \"top=280,left=350,width=300,height=195,dependent=yes,menubar=no,");
|
||||
rsprintf(" \"top=280,left=350,width=300,height=195,dependent=yes,menubar=no,status=no,");
|
||||
rsprintf("scrollbars=no,location=no,resizable=yes\");\n");
|
||||
rsprintf("}\n\n");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user