fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13071] uicustom.php.xsl


From: Saul
Subject: [Fmsystem-commits] [13071] uicustom.php.xsl
Date: Wed, 22 Apr 2015 22:21:17 +0000

Revision: 13071
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13071
Author:   psaul
Date:     2015-04-22 22:21:16 +0000 (Wed, 22 Apr 2015)
Log Message:
-----------
uicustom.php.xsl

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

Modified: branches/dev-syncromind/property/inc/class.uicustom.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-04-22 
22:21:02 UTC (rev 13070)
+++ branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-04-22 
22:21:16 UTC (rev 13071)
@@ -352,7 +352,11 @@
                        {
                                
$this->bo->resort(array('custom_id'=>$custom_id,'id'=>$cols_id,'resort'=>$resort));
                        }
-
+            
+            $tabs = array();
+                       $tabs['general']        = array('label' => 
lang('general'), 'link' => '#general');
+                       $active_tab = 'general';
+//                     $tabs['items']  = array('label' => lang('items'), 
'link' => "#items");
                        //$GLOBALS['phpgw']->xslttpl->add_file(array('custom'));
 
                        if ($values['cancel'])
@@ -444,6 +448,8 @@
                                        'lang_up_text'                          
        => lang('Up'),
                                        'lang_down_text'                        
        => lang('Down'),
                                        'lang_sorting'                          
        => lang('Sorting'),
+                    'tabs'                                                     
=> phpgwapi_jquery::tabview_generate($tabs, $active_tab),
+                                       'validator'                             
                => phpgwapi_jquery::formvalidator_generate(array('location', 
'date', 'security', 'file')) 
 
                                );
                         




reply via email to

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