fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14074] add datepicker library


From: Sigurd Nes
Subject: [Fmsystem-commits] [14074] add datepicker library
Date: Wed, 30 Sep 2015 15:03:17 +0000

Revision: 14074
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14074
Author:   sigurdne
Date:     2015-09-30 15:03:17 +0000 (Wed, 30 Sep 2015)
Log Message:
-----------
add datepicker library

Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.uicommon.inc.php

Modified: branches/dev-syncromind/booking/inc/class.uicommon.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uicommon.inc.php  2015-09-30 
12:49:21 UTC (rev 14073)
+++ branches/dev-syncromind/booking/inc/class.uicommon.inc.php  2015-09-30 
15:03:17 UTC (rev 14074)
@@ -715,6 +715,11 @@
 
                public function adddatetimepicker($type = 'datetime')
                {
+                       phpgwapi_jquery::load_widget('datepicker');
+
+                       $theme = 'ui-lightness';
+                       
$GLOBALS['phpgw']->css->add_external_file("phpgwapi/js/jquery/css/{$theme}/jquery-ui-1.10.4.custom.css");
+
                        switch($type)
                        {
                                case 'datetime':




reply via email to

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