From 8081366305110a2b8cd66e0fea33db479deeb4c0 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 21 Nov 2010 00:10:15 -0800 Subject: added date picker for vacations use html5 with jquery as a fallback --- include/preferences.php | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'include/preferences.php') diff --git a/include/preferences.php b/include/preferences.php index 0485d9e..61ce1cd 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -86,7 +86,7 @@ if(myisset('vacation_start','vacation_stop','vacation_comment') && $changed_vacation = -1; /* test if we should delete the entry */ - if($vacation_start == '- 00:00:00') + if($_REQUEST['vacation_start'] == $_REQUEST['vacation_stop']) { $result = DB_query("DELETE FROM User_Prefs". " WHERE user_id='$myid' AND pref_key='vacation start'" ); @@ -337,12 +337,12 @@ if($PREF['vacation_start']) $value = substr($PREF['vacation_start'],0,10); else $value = ''; -echo " "._('start').":\n"; +echo " "._('start').":\n"; if($PREF['vacation_stop']) $value = substr($PREF['vacation_stop'],0,10); else $value = ''; -echo " "._('stop').":\n"; +echo " "._('stop').":\n"; if($PREF['vacation_comment']) $value = $PREF['vacation_comment']; else @@ -351,7 +351,7 @@ echo ' '._('comment:')."\n"; -echo ''._('use YYYY-MM-DD').''._("use '-' in start field to unset vacation")."\n"; +echo ''._("set both dates to the same day to end vacation")."\n"; echo ' '._('Notification').": \n"; echo "