[geeklog-cvs] geeklog-1.3/public_html/layout/clean/calendar calendar.thtml,1.2,1.3

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/clean/calendar
In directory geeklog_prod:/tmp/cvs-serv2404/clean/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/clean/calendar/calendar.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** calendar.thtml	1 May 2003 17:05:45 -0000	1.2
--- calendar.thtml	23 Jan 2004 12:19:00 -0000	1.3
***************
*** 79,82 ****
--- 79,83 ----
                                                  <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>
***************
*** 93,96 ****
--- 94,98 ----
                                                  <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