Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14681/functions
Modified Files:
list_functions.php
Log Message:
Jump to added.
Index: list_functions.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/list_functions.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** list_functions.php 8 Aug 2004 05:55:18 -0000 1.9
--- list_functions.php 12 Aug 2004 19:08:00 -0000 1.10
***************
*** 4,8 ****
global $second_offset, $lang, $cal;
$today = date('Ymd', strtotime("now + $second_offset seconds"));
! $return = '<option value="day.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goday'].'</option>';
$return .= '<option value="week.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goweek'].'</option>';
$return .= '<option value="month.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_gomonth'].'</option>';
--- 4,9 ----
global $second_offset, $lang, $cal;
$today = date('Ymd', strtotime("now + $second_offset seconds"));
! $return = '<option value="#">'.$lang['l_jump'].'</option>';
! $return .= '<option value="day.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goday'].'</option>';
$return .= '<option value="week.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goweek'].'</option>';
$return .= '<option value="month.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_gomonth'].'</option>';
|