fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12693] use tinybox for event


From: Sigurd Nes
Subject: [Fmsystem-commits] [12693] use tinybox for event
Date: Tue, 03 Feb 2015 13:16:56 +0000

Revision: 12693
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12693
Author:   sigurdne
Date:     2015-02-03 13:16:56 +0000 (Tue, 03 Feb 2015)
Log Message:
-----------
use tinybox for event

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-02-03 12:52:50 UTC (rev 12692)
+++ branches/dev-syncromind/property/inc/class.custom_fields.inc.php    
2015-02-03 13:16:56 UTC (rev 12693)
@@ -420,7 +420,7 @@
                                        $lookup_functions[$m]['action'] .= 
"oArgs['id'] = document.form.{$attributes['name']}.value;";
                                        $lookup_functions[$m]['action'] .= 
"}\n";
                                        $lookup_functions[$m]['action'] .= "var 
strURL = phpGWLink('index.php', oArgs);\n";
-                                       $lookup_functions[$m]['action'] .= 
'Window1=window.open(strURL,"Search","left=50,top=100,width=800,height=500,toolbar=no,scrollbars=yes,resizable=yes");';
+                                       $lookup_functions[$m]['action'] .= 
'TINY.box.show({iframe:strURL, 
boxid:"frameless",width:750,height:450,fixed:false,maskid:"darkmask",maskopacity:40,
 mask:true, animate:true, close: true});';
                                        $m++;
                                }
                                else if (isset($entity['attributes'][$i]) && 
$entity['attributes'][$i]['datatype']!='I' && 
$entity['attributes'][$i]['value'])




reply via email to

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