fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12258] change the target parameter in index


From: Nelson Guerra
Subject: [Fmsystem-commits] [12258] change the target parameter in index
Date: Fri, 31 Oct 2014 16:16:27 +0000

Revision: 12258
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12258
Author:   nelson224
Date:     2014-10-31 16:16:26 +0000 (Fri, 31 Oct 2014)
Log Message:
-----------
change the target parameter in index

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

Modified: branches/dev-syncromind/property/inc/class.uigeneric.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uigeneric.inc.php        
2014-10-31 11:29:11 UTC (rev 12257)
+++ branches/dev-syncromind/property/inc/class.uigeneric.inc.php        
2014-10-31 16:16:26 UTC (rev 12258)
@@ -412,9 +412,9 @@
                                                        'menuaction'    => 
isset($this->location_info['edit_action']) &&  
$this->location_info['edit_action'] ?  $this->location_info['edit_action'] : 
'property.uigeneric.edit',
                                                        'appname'               
=> $this->appname,
                                                        'type'                  
=> $this->type,
-                                                       'type_id'               
=> $this->type_id,
-                                                       'target'                
=> '_blank'
+                                                       'type_id'               
=> $this->type_id
                                                )),
+                                               'target'                => 
'_blank',
                                                'parameters'    => 
json_encode($parameters)
                                        );
                        }




reply via email to

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