From: <ji...@us...> - 2008-12-31 07:14:41
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24812/templates/default Modified Files: preferences.tpl Log Message: timeFormat select in preferences (feature request 1401779) Index: preferences.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/preferences.tpl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** preferences.tpl 29 Dec 2008 05:23:46 -0000 1.15 --- preferences.tpl 31 Dec 2008 07:14:35 -0000 1.16 *************** *** 70,73 **** --- 70,78 ---- </tr> <tr align="left" valign="top"> + <td nowrap="nowrap">{L_SELECT_TIMEFORMAT}:</td> + <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> + <td><select name="cookie_timeformat" class="query_style">{TIMEFORMAT_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> |