fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12490]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12490]
Date: Mon, 22 Dec 2014 22:31:29 +0000

Revision: 12490
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12490
Author:   nelson224
Date:     2014-12-22 22:31:27 +0000 (Mon, 22 Dec 2014)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/js/yahoo/entity.edit.js

Modified: branches/dev-syncromind/property/js/yahoo/entity.edit.js
===================================================================
--- branches/dev-syncromind/property/js/yahoo/entity.edit.js    2014-12-20 
16:44:28 UTC (rev 12489)
+++ branches/dev-syncromind/property/js/yahoo/entity.edit.js    2014-12-22 
22:31:27 UTC (rev 12490)
@@ -36,7 +36,7 @@
                var oArgs = {menuaction:'property.uientity.edit_inventory', 
location_id:location_id, id: id, inventory_id: inventory_id};
                var sUrl = phpGWLink('index.php', oArgs);
 
-               TINY.box.show({iframe:sUrl, 
boxid:'frameless',width:750,height:550,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true,
+               TINY.box.show({iframe:sUrl, 
boxid:'frameless',width:650,height:600,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true,
                close: true,
                closejs:function(){refresh_inventory(location_id, id)}
                });
@@ -47,7 +47,7 @@
                var oArgs = {menuaction:'property.uientity.inventory_calendar', 
location_id:location_id, id: id, inventory_id: inventory_id};
                var sUrl = phpGWLink('index.php', oArgs);
 
-               TINY.box.show({iframe:sUrl, 
boxid:'frameless',width:750,height:550,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true,
+               TINY.box.show({iframe:sUrl, 
boxid:'frameless',width:650,height:600,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true,
                close: true,
                closejs:function(){refresh_inventory(location_id, id)}
                });




reply via email to

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