fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13010]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13010]
Date: Tue, 14 Apr 2015 23:24:21 +0000

Revision: 13010
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13010
Author:   nelson224
Date:     2015-04-14 23:24:21 +0000 (Tue, 14 Apr 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uiworkorder.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-04-14 23:23:38 UTC (rev 13009)
+++ branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-04-14 23:24:21 UTC (rev 13010)
@@ -517,9 +517,9 @@
                                             'text'                     => 
lang('open view in new window'),
                                             'action'           => 
$GLOBALS['phpgw']->link('/index.php',array
                                             (
-                                                    'menuaction'       => 
'property.uiworkorder.view',
-                                                    'target'   => '_blank'
+                                                    'menuaction'       => 
'property.uiworkorder.view'
                                             )),
+                                                                               
        'target'                => '_blank',
                                             'parameters'       => 
json_encode($parameters)
                                         );
 
@@ -534,9 +534,9 @@
                                                 'action'               => 
$GLOBALS['phpgw']->link('/index.php',array
                                                 (
                                                     'menuaction'       => 
'property.uijasper.view',
-                                                    'jasper_id'        => 
$report['id'],
-                                                    'target'   => '_blank'
+                                                    'jasper_id'        => 
$report['id']                                                  
                                                 )),
+                                                                               
                'target'                => '_blank',
                                                 'parameters'   => 
json_encode($parameters)
                                             );
                                     }
@@ -560,9 +560,9 @@
                                         'text'                 => lang('open 
edit in new window'),
                                         'action'               => 
$GLOBALS['phpgw']->link('/index.php',array
                                         (
-                                                'menuaction'   => 
'property.uiworkorder.edit',
-                                                'target'       => '_blank'
+                                                'menuaction'   => 
'property.uiworkorder.edit'                                           
                                         )),
+                                                                               
'target'                => '_blank',
                                         'parameters'   => 
json_encode($parameters)
                                     );
 




reply via email to

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