fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8314]


From: Torstein
Subject: [Fmsystem-commits] [8314]
Date: Thu, 15 Dec 2011 09:37:54 +0000

Revision: 8314
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8314
Author:   vator
Date:     2011-12-15 09:37:54 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list_for_location.inc.php

Modified: trunk/controller/inc/class.uicheck_list_for_location.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list_for_location.inc.php        
2011-12-15 09:30:39 UTC (rev 8313)
+++ trunk/controller/inc/class.uicheck_list_for_location.inc.php        
2011-12-15 09:37:54 UTC (rev 8314)
@@ -341,14 +341,15 @@
                        (
                                'location_array'        => $location_array,
                                'control_array'         => $control->toArray(),
-                               'calendar_array'        => $calendar_array,
-                               'planned_date'          => 
$GLOBALS['phpgw']->yuical->add_listener('planned_date',date($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'],
 '')),
-                               'completed_date'        => 
$GLOBALS['phpgw']->yuical->add_listener('completed_date',date($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'],
 ''))
+                               'calendar_array'        => $calendar_array,     
                        
                        );
                        
                        self::add_javascript('controller', 'controller', 
'jquery.js');
                        self::add_javascript('controller', 'controller', 
'custom_ui.js');
+                       self::add_javascript('controller', 'controller', 
'jquery-ui.custom.min.js');
                        
+                       
$GLOBALS['phpgw']->css->add_external_file('controller/templates/base/css/jquery-ui.custom.css');
+                       
                        
self::render_template_xsl(array('add_check_list_for_location'), $data);
                }
                




reply via email to

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