fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12517]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12517]
Date: Tue, 30 Dec 2014 23:33:25 +0000

Revision: 12517
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12517
Author:   nelson224
Date:     2014-12-30 23:33:25 +0000 (Tue, 30 Dec 2014)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uientity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uientity.inc.php 2014-12-30 
23:33:07 UTC (rev 12516)
+++ branches/dev-syncromind/property/inc/class.uientity.inc.php 2014-12-30 
23:33:25 UTC (rev 12517)
@@ -983,7 +983,7 @@
                function columns()
                {
                        //cramirez: necesary for windows.open . Avoid error JS
-                       phpgwapi_yui::load_widget('tabview');
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw']->xslttpl->add_file(array('columns'));
 
                        $GLOBALS['phpgw_info']['flags']['noframework'] = true;
@@ -1135,7 +1135,7 @@
                                                                'value' => 
lang('columns'),
                                                                'href'  => '#',
                                                                'class' => '',
-                                                               'onclick' => 
"JqueryPortico.openPopup({menuaction:'property.uientity.columns', 
appname:'{$this->bo->appname}',type:'{$this->type}', 
type_id:'{$this->type_id}'}, {closeAction:'reload'})"
+                                                               'onclick' => 
"JqueryPortico.openPopup({menuaction:'property.uientity.columns', 
entity_id:'{$this->entity_id}', cat_id:'{$this->cat_id}', 
type:'{$this->type}'}, {closeAction:'reload'})"
                                                        ),
                                                        array
                                                        (
@@ -2127,7 +2127,8 @@
                                        'integration'                           
        => $integration,
                                        'documents'                             
                => $documents,
                                        'requestUrlDoc'                         
        => $requestUrlDoc ? $requestUrlDoc : '',
-                                       'lean'                                  
                => $_lean ? 1 : 0
+                                       'lean'                                  
                => $_lean ? 1 : 0,
+                                       'validator'                     => 
phpgwapi_jquery::formvalidator_generate(array('location', 'date', 'security', 
'file'))
                                );
 
                        $appname        = $entity['name'];




reply via email to

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