[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [12523]
From: |
Nelson Guerra |
Subject: |
[Fmsystem-commits] [12523] |
Date: |
Fri, 02 Jan 2015 23:09:55 +0000 |
Revision: 12523
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12523
Author: nelson224
Date: 2015-01-02 23:09:54 +0000 (Fri, 02 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-02 23:09:27 UTC (rev 12522)
+++ branches/dev-syncromind/property/inc/class.custom_fields.inc.php
2015-01-02 23:09:54 UTC (rev 12523)
@@ -235,7 +235,8 @@
$lookup_link
= $GLOBALS['phpgw']->link('/index.php',array('menuaction'=>
'property.uilookup.vendor', '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'] == 'custom1')
// select
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [12523],
Nelson Guerra <=