From: <cl...@us...> - 2004-08-18 04:06:40
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13476 Modified Files: admin.php day.php month.php print.php week.php year.php Log Message: Fixed broken popup. Index: admin.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin.php 18 Aug 2004 00:14:48 -0000 1.19 --- admin.php 18 Aug 2004 04:06:31 -0000 1.20 *************** *** 50,54 **** $page->replace_tags(array( ! 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 50,54 ---- $page->replace_tags(array( ! 'event_js' => '', 'charset' => $charset, 'default_path' => '', Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -d -r1.118 -r1.119 *** day.php 18 Aug 2004 00:08:33 -0000 1.118 --- day.php 18 Aug 2004 04:06:31 -0000 1.119 *************** *** 46,49 **** --- 46,50 ---- $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' *************** *** 51,55 **** $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 52,55 ---- Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** month.php 18 Aug 2004 00:16:14 -0000 1.124 --- month.php 18 Aug 2004 04:06:31 -0000 1.125 *************** *** 53,56 **** --- 53,57 ---- $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl' *************** *** 58,62 **** $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'template' => $template, --- 59,62 ---- Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** print.php 18 Aug 2004 00:14:48 -0000 1.29 --- print.php 18 Aug 2004 04:06:31 -0000 1.30 *************** *** 46,50 **** $page->replace_tags(array( ! 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 46,50 ---- $page->replace_tags(array( ! 'event_js' => '', 'charset' => $charset, 'default_path' => '', Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -d -r1.117 -r1.118 *** week.php 18 Aug 2004 00:14:48 -0000 1.117 --- week.php 18 Aug 2004 04:06:31 -0000 1.118 *************** *** 48,51 **** --- 48,52 ---- $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' *************** *** 53,57 **** $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 54,57 ---- Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** year.php 18 Aug 2004 00:14:49 -0000 1.34 --- year.php 18 Aug 2004 04:06:31 -0000 1.35 *************** *** 24,27 **** --- 24,28 ---- $page->replace_tags(array( + 'event_js' => '', 'template' => $template, 'charset' => $charset, |