From: <ji...@us...> - 2005-04-13 15:00:59
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21034 Modified Files: day.php Log Message: enable search box requires search.php update and search_box.tpl Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -d -r1.122 -r1.123 *** day.php 2 Oct 2004 00:09:38 -0000 1.122 --- day.php 13 Apr 2005 15:00:49 -0000 1.123 *************** *** 48,52 **** 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' )); --- 48,53 ---- 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', ! 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' )); *************** *** 57,60 **** --- 58,62 ---- 'cal' => $cal, 'getdate' => $getdate, + 'cpath' => $cpath, 'calendar_name' => $calendar_name, 'current_view' => $current_view, *************** *** 64,68 **** 'rss_available' => '', 'rss_valid' => '', ! 'show_search' => '', 'next_day' => $next_day, 'prev_day' => $prev_day, --- 66,70 ---- 'rss_available' => '', 'rss_valid' => '', ! 'show_search' => $show_search, 'next_day' => $next_day, 'prev_day' => $prev_day, *************** *** 95,98 **** --- 97,101 ---- 'l_subscribe' => $lang['l_subscribe'], 'l_download' => $lang['l_download'], + 'l_search' => $lang['l_search'], 'l_this_site_is' => $lang['l_this_site_is'] )); |