fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13643] uiagegroup php


From: Saul
Subject: [Fmsystem-commits] [13643] uiagegroup php
Date: Mon, 13 Jul 2015 22:58:01 +0000

Revision: 13643
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13643
Author:   psaul
Date:     2015-07-13 22:58:01 +0000 (Mon, 13 Jul 2015)
Log Message:
-----------
uiagegroup php

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

Modified: branches/dev-syncromind/booking/inc/class.uiagegroup.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uiagegroup.inc.php        
2015-07-13 22:57:35 UTC (rev 13642)
+++ branches/dev-syncromind/booking/inc/class.uiagegroup.inc.php        
2015-07-13 22:58:01 UTC (rev 13643)
@@ -165,7 +165,14 @@
                        $this->flash_form_errors($errors);
                        $agegroup['cancel_link'] = 
self::link(array('menuaction' => 'booking.uiagegroup.index'));
                        array_set_default($agegroup, 'sort', '0');
-                       self::render_template('agegroup_new', array('agegroup' 
=> $agegroup));
+            
+            $tabs = array();
+            $tabs['generic'] = array('label' => lang('Agegroup New'), 'link' 
=> '#agegroup_add');
+            $active_tab = 'generic';
+
+            $agegroup['tabs'] = phpgwapi_jquery::tabview_generate($tabs, 
$active_tab);
+            
+                       self::render_template_xsl('agegroup_new', 
array('agegroup' => $agegroup));
                }
 
                public function edit()




reply via email to

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