fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15883]


From: nelson . guerra
Subject: [Fmsystem-commits] [15883]
Date: Sat, 22 Oct 2016 01:25:07 +0000 (UTC)

Revision: 15883
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15883
Author:   nelson224
Date:     2016-10-22 01:25:07 +0000 (Sat, 22 Oct 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/js/portico/tts.view.js

Modified: branches/dev-syncromind-2/property/js/portico/tts.view.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/tts.view.js   2016-10-22 
01:24:51 UTC (rev 15882)
+++ branches/dev-syncromind-2/property/js/portico/tts.view.js   2016-10-22 
01:25:07 UTC (rev 15883)
@@ -236,10 +236,18 @@
 
 this.fileuploader = function ()
 {
-       JqueryPortico.openPopup(multi_upload_parans,{closeAction:'close'})
+       //JqueryPortico.openPopup(multi_upload_parans,{closeAction:'close'})
+       var sUrl = phpGWLink('index.php', multi_upload_parans);
+       TINY.box.show({iframe: sUrl, boxid: 'frameless', width: 750, height: 
450, fixed: false, maskid: 'darkmask', maskopacity: 40, mask: true, animate: 
true,
+               close: true,
+               closejs: function ()
+               {
+                       refresh_files()
+               }
+       });     
 };
 
-this.afterPopupClose = function ()
+this.refresh_files = function ()
 {
        base_java_url['action'] = 'get_files';
        var oArgs = base_java_url;




reply via email to

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