fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13064] uijaspee.php.xsl


From: Saul
Subject: [Fmsystem-commits] [13064] uijaspee.php.xsl
Date: Wed, 22 Apr 2015 22:19:04 +0000

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

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

Modified: branches/dev-syncromind/property/inc/class.uijasper.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uijasper.inc.php 2015-04-22 
22:18:37 UTC (rev 13063)
+++ branches/dev-syncromind/property/inc/class.uijasper.inc.php 2015-04-22 
22:19:03 UTC (rev 13064)
@@ -620,9 +620,12 @@
 
                        $id                     = phpgw::get_var('id', 'int');
                        $values         = phpgw::get_var('values');
+            
+            $tabs = array();
+                       $tabs['general']        = array('label' => 
lang('general'), 'link' => '#general');
+                       $active_tab = 'general';
+//                     $GLOBALS['phpgw']->xslttpl->add_file(array('jasper'));
 
-                       $GLOBALS['phpgw']->xslttpl->add_file(array('jasper'));
-
                        /*if ((isset($values['save']) && $values['save']) || 
(isset($values['apply']) && $values['apply']))
                        {
                                if($GLOBALS['phpgw']->session->is_repost())
@@ -843,6 +846,8 @@
                                        'property_js'                           
        => 
json_encode($GLOBALS['phpgw_info']['server']['webserver_url']."/property/js/yahoo/property2.js"),
                                        'datatable'                             
                => $datavalues,
                                        'myColumnDefs'                          
        => $myColumnDefs,
+                    'tabs'                          => 
phpgwapi_jquery::tabview_generate($tabs, $active_tab),
+                                       'validator'                     => 
phpgwapi_jquery::formvalidator_generate(array('location', 'date', 'security', 
'file')) 
                                ); 
 
                        //---datatable settings--------------------




reply via email to

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