[geeklog-cvs] geeklog-1.3/public_html/layout/gameserver/calendar calendar.thtml,1.3,1.4
dhaun at geeklog.net
dhaun at geeklog.net
Fri Jan 23 07:19:02 EST 2004
Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/gameserver/calendar
In directory geeklog_prod:/tmp/cvs-serv2404/gameserver/calendar
Modified Files:
calendar.thtml
Log Message:
Added "mode" parameter to the << and >> buttons so that you can stay in your personal calendar when switching months.
Index: calendar.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/gameserver/calendar/calendar.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** calendar.thtml 16 Jun 2003 09:37:50 -0000 1.3
--- calendar.thtml 23 Jan 2004 12:19:00 -0000 1.4
***************
*** 98,101 ****
--- 98,102 ----
<input type="hidden" name="month" value="{cal_prevmo_num}">
<input type="hidden" name="year" value="{cal_prevyr_num}">
+ <input type="hidden" name="mode" value="{mode}">
</form>
</td>
***************
*** 112,115 ****
--- 113,117 ----
<input type="hidden" name="month" value="{cal_nextmo_num}">
<input type="hidden" name="year" value="{cal_nextyr_num}">
+ <input type="hidden" name="mode" value="{mode}">
</form>
</td>
More information about the geeklog-cvs
mailing list