|
From: <ji...@us...> - 2006-04-05 05:26:47
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18894/phpicalendar/templates/default Modified Files: footer.tpl header.tpl Log Message: changes to event popup so that reparsing not needed Index: footer.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/footer.tpl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** footer.tpl 21 Mar 2006 09:52:30 -0000 1.14 --- footer.tpl 5 Apr 2006 04:44:00 -0000 1.15 *************** *** 1,3 **** ! <center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.22rc1</a><br /> <!-- switch rss_valid on --> <p> --- 1,3 ---- ! <center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.22rc3</a><br /> <!-- switch rss_valid on --> <p> Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** header.tpl 24 Mar 2006 01:29:24 -0000 1.13 --- header.tpl 5 Apr 2006 04:44:00 -0000 1.14 *************** *** 17,19 **** --- 17,20 ---- <input type="hidden" name="uid" id="uid" value="" /> <input type="hidden" name="cpath" id="cpath" value="" /> + <input type="hidden" name="event_data" id="event_data" value="" /> </form> |