Revision: 3877
Author:   seba.wagner
Date:     Sun Jun 26 09:42:29 2011
Log:      Fix error with upload dialog invoked via main menu
http://code.google.com/p/openmeetings/source/detail?r=3877

Modified:
 /trunk/singlewebapp/WebContent/openmeetings/base/mainMethods.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/base/mainMethods.lzx Thu Apr 28 05:50:45 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/base/mainMethods.lzx Sun Jun 26 09:42:29 2011
@@ -333,7 +333,17 @@
                 } else if (stringSub=='checkPollVoted') {
                     this.checkHasVoted.doCall();
                 } else if (stringSub=='importFile') {
- new lz.uploadWindow(canvas.main_content._content.inner,{x:60,uploadmodule:canvas.uploadmoduleimg,isOnlyImage:true}); + //new lz.uploadWindow(canvas.main_content._content.inner,{x:60,uploadmodule:canvas.uploadmoduleimg,isOnlyImage:true});
+
+ new lz.uploadWindowExplorer(canvas.main_content._content.inner,{
+                            x:60,uploadmodule:canvas.uploadmoduleimg,
+                            parentFolderId:0,
+                            isOwner:false,
+                            fileExplorerRef:null,
+                            isOnlyImage:true,
+                            servletName:'FileExplorerUploadHandler'
+                        });
+
                 } else if (stringSub=='applyForMod') {
if ($debug) Debug.info("Apply For Mod through doActionmenu"); //new lz.applyForModeration(canvas.main_content._content.inner);

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to