From: <ji...@us...> - 2006-02-08 09:13:48
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23240/phpicalendar/templates/default Modified Files: sidebar.tpl Log Message: Multiple modifications to template.php and template files to give validated XHTML 1.0 Transitional Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** sidebar.tpl 8 Feb 2006 08:07:54 -0000 1.19 --- sidebar.tpl 8 Feb 2006 09:13:40 -0000 1.20 *************** *** 103,107 **** <input type="hidden" name="getdate" value="{GETDATE}"/> <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> ! <input type="submit" value="go"> </form> </div> --- 103,107 ---- <input type="hidden" name="getdate" value="{GETDATE}"/> <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> ! <input type="submit" value="Go"/> </form> </div> *************** *** 131,135 **** <!-- switch t_allday off --> <!-- switch t_event on --> ! • {T_EVENT}<br /> <!-- switch t_event off --> </div> --- 131,135 ---- <!-- switch t_allday off --> <!-- switch t_event on --> ! • {T_EVENT}<br /> <!-- switch t_event off --> </div> |