Revision: 4222
Author:   seba.wagner
Date:     Sun Sep 11 01:41:11 2011
Log:      Fixes issue 829
http://code.google.com/p/openmeetings/source/detail?r=4222

Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx /trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx Wed Sep 7 11:46:30 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx Sun Sep 11 01:41:11 2011
@@ -18,7 +18,8 @@

         new lz.moderationPanel(canvas._moderatormenu,{
                     name:'_moderationPanel',align:'right',
-                    allowUserQuestions:this.roomobj.allowUserQuestions
+                    allowUserQuestions:this.roomobj.allowUserQuestions,
+                    roomName:this.roomobj.name
                 });

         //,{x:this.roomobj.moderationPanelXPosition}
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx Tue Apr 26 02:04:56 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx Sun Sep 11 01:41:11 2011
@@ -33,7 +33,8 @@
     <attribute name="initial" value="true" type="boolean" />
     <attribute name="recordingUser" value="null" />

-    <attribute name="allowUserQuestions" value="true" type="boolean"/>
+    <attribute name="allowUserQuestions" value="true" type="boolean" />
+    <attribute name="roomName" value="" type="string" />

     <handler name="oninit">
         <![CDATA[
@@ -41,6 +42,7 @@
                if (this.allowUserQuestions != null && 
!this.allowUserQuestions) {
                    this.mod_btn.destroy();
                }
+               this._roomName.setAttribute("text",this.roomName);
         ]]>
     </handler>

@@ -106,7 +108,9 @@
             lz.Browser.loadURL(downloadurl,'_blank');

         ]]>
-    </method>
+    </method>
+
+ <labelText name="_roomName" fgcolor="0xFFFFFF" y="4" fontstyle="bold" fontsize="12" />

     <!--
<labelText name="mymodText" resize="true" fgcolor="0xFFFFFF" y="6" labelid="98" />

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