fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12543]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12543]
Date: Tue, 06 Jan 2015 23:28:53 +0000

Revision: 12543
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12543
Author:   nelson224
Date:     2015-01-06 23:28:53 +0000 (Tue, 06 Jan 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.custom_fields.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.custom_fields.inc.php    
2015-01-06 23:28:34 UTC (rev 12542)
+++ branches/dev-syncromind/property/inc/class.custom_fields.inc.php    
2015-01-06 23:28:53 UTC (rev 12543)
@@ -334,7 +334,8 @@
                                        $lookup_link                            
        = $GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
$this->_appname.'.uilookup.phpgw_user', 'column'=> $attributes['name']));
 
                                        $lookup_functions[$m]['name']   = 
'lookup_'. $attributes['name'] .'()';
-                                       $lookup_functions[$m]['action'] = 
'Window1=window.open('."'" . $lookup_link ."'" 
.',"Search","left=50,top=100,width=800,height=700,toolbar=no,scrollbars=yes,resizable=yes");';
+                                       //$lookup_functions[$m]['action']       
= 'Window1=window.open('."'" . $lookup_link ."'" 
.',"Search","left=50,top=100,width=800,height=700,toolbar=no,scrollbars=yes,resizable=yes");';
+                                       $lookup_functions[$m]['action'] = 
'TINY.box.show({iframe:"'.$lookup_link.'", 
boxid:"frameless",width:750,height:450,fixed:false,maskid:"darkmask",maskopacity:40,
 mask:true, animate:true, close: true});';
                                        $m++;
                                }
                                else if($attributes['datatype'] == 'R' || 
$attributes['datatype'] == 'CH' || $attributes['datatype'] == 'LB')




reply via email to

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