fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13187] class.uiadmin_entity.inc.php


From: Saul
Subject: [Fmsystem-commits] [13187] class.uiadmin_entity.inc.php
Date: Tue, 12 May 2015 22:06:35 +0000

Revision: 13187
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13187
Author:   psaul
Date:     2015-05-12 22:06:35 +0000 (Tue, 12 May 2015)
Log Message:
-----------
class.uiadmin_entity.inc.php

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiadmin_entity.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiadmin_entity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiadmin_entity.inc.php   
2015-05-12 22:05:49 UTC (rev 13186)
+++ branches/dev-syncromind/property/inc/class.uiadmin_entity.inc.php   
2015-05-12 22:06:35 UTC (rev 13187)
@@ -854,7 +854,11 @@
                        $id                              = phpgw::get_var('id', 
'int');
                        $values                  = phpgw::get_var('values');
                        $template_attrib = phpgw::get_var('template_attrib');
-
+            
+            $tabs = array();
+                       $tabs['general']        = array('label' => 
lang('general'), 'link' => '#general');
+                       $active_tab = 'general';
+            
                        if($template_attrib)
                        {
                                $values['template_attrib'] = 
array_values(explode(',', $template_attrib));
@@ -1012,7 +1016,9 @@
                                'value_enable_controller'                       
         => $values['enable_controller'],
                                'jasperupload'                                  
                 => true,
                                'category_list'                                 
                 => $category_list,
-                               'parent_list'                                   
                 => $parent_list
+                               'parent_list'                                   
                 => $parent_list,
+//              'tabs'                                                         
        => phpgwapi_jquery::tabview_generate($tabs, $active_tab),
+//                             'validator'                                     
                        => 
phpgwapi_jquery::formvalidator_generate(array('location', 'date', 'security', 
'file')) 
                        );
 
                        $appname = lang('entity');




reply via email to

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