mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed calender month selection bug
SVN revision: 1644
This commit is contained in:
parent
e75b19f5fb
commit
6f08cc0e92
@ -21713,7 +21713,7 @@ void show_calendar(LOGBOOK * lbs)
|
|||||||
strcpy(index, "1");
|
strcpy(index, "1");
|
||||||
|
|
||||||
show_html_header(lbs, FALSE, loc("Calendar"), TRUE, FALSE, NULL, FALSE);
|
show_html_header(lbs, FALSE, loc("Calendar"), TRUE, FALSE, NULL, FALSE);
|
||||||
rsprintf("<body class=\"calwindow\"><form name=form1 method=\"GET\" action=\".\">\n");
|
rsprintf("<body class=\"calwindow\"><form name=form1 method=\"GET\" action=\"cal.html\">\n");
|
||||||
rsprintf("<input type=hidden name=\"i\" value=\"%s\">\n", index);
|
rsprintf("<input type=hidden name=\"i\" value=\"%s\">\n", index);
|
||||||
rsprintf("<input type=hidden name=\"y\" value=\"%d\">\n", cur_year);
|
rsprintf("<input type=hidden name=\"y\" value=\"%d\">\n", cur_year);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user