fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13588] uievent add php


From: Saul
Subject: [Fmsystem-commits] [13588] uievent add php
Date: Tue, 07 Jul 2015 23:05:13 +0000

Revision: 13588
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13588
Author:   psaul
Date:     2015-07-07 23:05:12 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------
uievent add php

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

Modified: branches/dev-syncromind/booking/inc/class.uievent.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uievent.inc.php   2015-07-07 
23:04:38 UTC (rev 13587)
+++ branches/dev-syncromind/booking/inc/class.uievent.inc.php   2015-07-07 
23:05:12 UTC (rev 13588)
@@ -528,9 +528,18 @@
                $audience = $audience['results'];
 
                $this->install_customer_identifier_ui($event);
-
+        
+        $GLOBALS['phpgw']->jqcal->add_listener('start_date', 'datetime');
+        $GLOBALS['phpgw']->jqcal->add_listener('end_date', 'datetime');
+        
+        $tabs = array();
+        $tabs['generic'] = array('label' => lang('Event New'), 'link' => 
'#event_new');
+        $active_tab = 'generic';
+        
+        $event['tabs'] = phpgwapi_jquery::tabview_generate($tabs, $active_tab);
+        
                $this->add_template_helpers();
-               self::render_template('event_new', array('event' => $event, 
'activities' => $activities, 'agegroups' => $agegroups, 'audience' => 
$audience));
+               self::render_template_xsl('event_new', array('event' => $event, 
'activities' => $activities, 'agegroups' => $agegroups, 'audience' => 
$audience));
        }
 
        private function send_mailnotification($receiver, $subject, $body)




reply via email to

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