|
From: <ji...@us...> - 2008-12-24 21:09:36
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18224/templates/default Modified Files: preferences.tpl Log Message: add day_end option to preferences Index: preferences.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/preferences.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** preferences.tpl 8 Feb 2006 08:07:54 -0000 1.12 --- preferences.tpl 24 Dec 2008 21:09:31 -0000 1.13 *************** *** 60,63 **** --- 60,68 ---- </tr> <tr align="left" valign="top"> + <td nowrap="nowrap">{L_SELECT_ENDTIME}:</td> + <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> + <td><select name="cookie_endtime" class="query_style">{ENDTIME_SELECT}</select></td> + </tr> + <tr align="left" valign="top"> <td nowrap="nowrap">{L_SELECT_DAY}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> |