Revision: 3847
Author:   seba.wagner
Date:     Tue Jun 21 09:57:41 2011
Log:      Slight modifications for customRoomLayout
http://code.google.com/p/openmeetings/source/detail?r=3847

Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/remoteWhiteboard.lzx /trunk/singlewebapp/WebContent/openmeetings/modules/invitation/autoloaderBarOnly.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/remoteWhiteboard.lzx Sat Jun 11 00:57:08 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/remoteWhiteboard.lzx Tue Jun 21 09:57:41 2011
@@ -13,8 +13,10 @@

if ($debug) Debug.info("loadObjectList :1: ",whiteBoardObject,whiteBoardObject.fullFit,whiteBoardObject.zoom);

- parent.parent.zoombox.setWhiteboardValues(whiteBoardObject.fullFit,whiteBoardObject.zoom);
-
+                       if (parent.parent["zoombox"]) {
+ parent.parent.zoombox.setWhiteboardValues(whiteBoardObject.fullFit,whiteBoardObject.zoom);
+                       }
+
                        this.setAttribute("x",whiteBoardObject.x);
                        this.setAttribute("y",whiteBoardObject.y);

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/invitation/autoloaderBarOnly.lzx Sat Nov 6 05:29:43 2010 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/invitation/autoloaderBarOnly.lzx Tue Jun 21 09:57:41 2011
@@ -118,7 +118,12 @@
} else if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==3){

new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.restrictedRoomModule,roomObj:canvas.thishib.currentInvitation.room});
-                       }
+
+ } else if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==4){
+
+ new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.customRoomModule,roomObj:canvas.thishib.currentInvitation.room});
+
+            }
         </handler>
     </netRemoteCallHib>

--
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