Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31546 Modified Files: admin.php day.php month.php preferences.php print.php search.php week.php year.php Log Message: Refixed todo popup. Index: admin.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** admin.php 12 Aug 2004 19:20:43 -0000 1.17 --- admin.php 12 Aug 2004 20:32:47 -0000 1.18 *************** *** 49,53 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 49,52 ---- *************** *** 62,66 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'l_day' => $lang['l_day'], --- 61,64 ---- Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** day.php 12 Aug 2004 19:20:45 -0000 1.116 --- day.php 12 Aug 2004 20:32:47 -0000 1.117 *************** *** 49,53 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 49,52 ---- *************** *** 62,66 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_day' => $next_day, --- 61,64 ---- Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.121 retrieving revision 1.122 diff -C2 -d -r1.121 -r1.122 *** month.php 12 Aug 2004 19:20:45 -0000 1.121 --- month.php 12 Aug 2004 20:32:47 -0000 1.122 *************** *** 55,59 **** 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'template' => $template, --- 55,58 ---- *************** *** 66,70 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_month' => $next_month, --- 65,68 ---- Index: preferences.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/preferences.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** preferences.php 12 Aug 2004 19:20:47 -0000 1.47 --- preferences.php 12 Aug 2004 20:32:48 -0000 1.48 *************** *** 137,140 **** --- 137,141 ---- 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', + 'charset' => $charset, 'template' => $template, 'default_path' => '', *************** *** 146,150 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'event_js' => '', 'language_select' => $language_select, --- 147,150 ---- Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** print.php 12 Aug 2004 19:20:47 -0000 1.27 --- print.php 12 Aug 2004 20:32:48 -0000 1.28 *************** *** 44,48 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 44,47 ---- *************** *** 57,61 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_day' => $next_day, --- 56,59 ---- Index: search.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** search.php 12 Aug 2004 19:20:47 -0000 1.31 --- search.php 12 Aug 2004 20:32:48 -0000 1.32 *************** *** 278,282 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 278,281 ---- *************** *** 291,295 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '' )); --- 290,293 ---- Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** week.php 12 Aug 2004 19:20:47 -0000 1.115 --- week.php 12 Aug 2004 20:32:48 -0000 1.116 *************** *** 51,55 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 51,54 ---- *************** *** 64,68 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_day' => $next_day, --- 63,66 ---- Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** year.php 12 Aug 2004 19:20:48 -0000 1.32 --- year.php 12 Aug 2004 20:32:49 -0000 1.33 *************** *** 22,26 **** 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'template' => $template, - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 22,25 ---- *************** *** 34,38 **** 'rss_valid' => '', 'todo_available' => '', - 'todo_js' => '', 'event_js' => '', 'this_year' => $this_year, --- 33,36 ---- |