fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15860]


From: nelson . guerra
Subject: [Fmsystem-commits] [15860]
Date: Thu, 20 Oct 2016 02:12:33 +0000 (UTC)

Revision: 15860
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15860
Author:   nelson224
Date:     2016-10-20 02:12:33 +0000 (Thu, 20 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-20 
02:12:19 UTC (rev 15859)
+++ branches/dev-syncromind-2/property/js/portico/tts.view.js   2016-10-20 
02:12:33 UTC (rev 15860)
@@ -236,11 +236,13 @@
 
 this.fileuploader = function ()
 {
-       var sUrl = phpGWLink('index.php', 
{'menuaction':'property.uitts.multi_upload'});
-       TINY.box.show({iframe: sUrl, boxid: "frameless", width: 750, height: 
450, fixed: false, maskid: "darkmask", maskopacity: 40, mask: true, animate: 
true, close: true}); //refresh_files is called after upload
+       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}); //refresh_files is called after upload
+       JqueryPortico.openPopup(multi_upload_parans,{closeAction:'close'})
 };
 
-this.refresh_files = function ()
+
+this.afterPopupClose = function ()
 {
        base_java_url['action'] = 'get_files';
        var oArgs = base_java_url;




reply via email to

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