From: <ji...@us...> - 2008-12-27 23:18:12
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20462/templates/default Modified Files: preferences.tpl Log Message: new rss icons;allow subweek calendars Index: preferences.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/preferences.tpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** preferences.tpl 24 Dec 2008 21:09:31 -0000 1.13 --- preferences.tpl 27 Dec 2008 23:18:07 -0000 1.14 *************** *** 44,47 **** --- 44,52 ---- </tr> <tr align="left" valign="top"> + <td width="80%" nowrap="nowrap">{L_SELECT_TIMEZONE}:</td> + <td width="10%"><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> + <td width="10%"><select name="cookie_timezone" class="query_style">{TIMEZONE_SELECT}</select></td> + </tr> + <tr align="left" valign="top"> <td nowrap="nowrap">{L_SELECT_CAL}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> |