From: <ji...@us...> - 2005-11-27 07:56:42
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6132/phpicalendar/templates/default Modified Files: preferences.tpl Log Message: patches to fix several files to work better with cookies. Changes in preferences.php, preferencees.tpl, init.inc.php Index: preferences.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/preferences.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** preferences.tpl 19 May 2004 18:26:10 -0000 1.10 --- preferences.tpl 27 Nov 2005 07:56:31 -0000 1.11 *************** *** 46,50 **** <td nowrap="nowrap">{L_SELECT_CAL}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> ! <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select></td> </tr> <tr align="left" valign="top"> --- 46,51 ---- <td nowrap="nowrap">{L_SELECT_CAL}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> ! <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select> ! <input type="hidden" name="cpath" value="{CPATH}"></td> </tr> <tr align="left" valign="top"> |