fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13659] uiallocation php


From: Saul
Subject: [Fmsystem-commits] [13659] uiallocation php
Date: Tue, 14 Jul 2015 23:11:53 +0000

Revision: 13659
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13659
Author:   psaul
Date:     2015-07-14 23:11:52 +0000 (Tue, 14 Jul 2015)
Log Message:
-----------
uiallocation php

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

Modified: branches/dev-syncromind/booking/inc/class.uiallocation.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uiallocation.inc.php      
2015-07-14 23:11:24 UTC (rev 13658)
+++ branches/dev-syncromind/booking/inc/class.uiallocation.inc.php      
2015-07-14 23:11:52 UTC (rev 13659)
@@ -493,6 +493,9 @@
                        $allocation['application_link'] = 
self::link(array('menuaction' => 'booking.uiapplication.show', 'id' => 
$allocation['application_id']));
             $allocation['tabs'] = phpgwapi_jquery::tabview_generate($tabs, 
$active_tab);
             
+            $GLOBALS['phpgw']->jqcal->add_listener('field_from', 'datetime');
+                       $GLOBALS['phpgw']->jqcal->add_listener('field_to', 
'datetime');
+            
                        self::render_template_xsl('allocation_edit', 
array('allocation' => $allocation));
                }
 




reply via email to

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