fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14001] add time in datepicker


From: Saul
Subject: [Fmsystem-commits] [14001] add time in datepicker
Date: Thu, 24 Sep 2015 00:02:29 +0000

Revision: 14001
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14001
Author:   psaul
Date:     2015-09-24 00:02:29 +0000 (Thu, 24 Sep 2015)
Log Message:
-----------
add time in datepicker

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/inc/class.jqcal.inc.php

Modified: branches/dev-syncromind/phpgwapi/inc/class.jqcal.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/inc/class.jqcal.inc.php    2015-09-23 
23:37:21 UTC (rev 14000)
+++ branches/dev-syncromind/phpgwapi/inc/class.jqcal.inc.php    2015-09-24 
00:02:29 UTC (rev 14001)
@@ -50,6 +50,11 @@
                                        
$GLOBALS['phpgw']->js->validate_file('jquery', 'js/jquery-ui-timepicker-addon');
                                        $_type = 'datetime';
                                        break;
+                                case 'time':
+                                       
$GLOBALS['phpgw']->css->add_external_file("phpgwapi/js/jquery/css/jquery-ui-timepicker-addon.css");
     
+                                       
$GLOBALS['phpgw']->js->validate_file('jquery', 'js/jquery-ui-timepicker-addon');
+                                       $_type = 'time';
+                                       break;
                                default:
                                        $_type = 'date';
                        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]