Revision: 2514
Author: seba.wagner
Date: Mon Oct 26 05:00:12 2009
Log: Add Share your screen to actions menu
http://code.google.com/p/openmeetings/source/detail?r=2514

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

=======================================
---  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
  
Mon Oct 26 03:55:01 2009
+++  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
  
Mon Oct 26 05:00:12 2009
@@ -54,6 +54,12 @@
              <_labelMenuItem labelid="302" command="cmd_applyforMod" />
              <_labelMenuItem labelid="213" command="cmd_invitation" />
              <menuseparator/>
+            <_labelMenuItem labelid="239" enabled="${ canvas.ismoderator  
}">
+               <handler name="onselect" args="sel">
+                        
canvas._conferencemenu._moderationPanel.checkSharerSession.doCall();
+               </handler>
+            </_labelMenuItem>
+            <menuseparator/>
              <_labelMenuItem labelid="306" command="cmd_editCamMicSettings"  
/>
              <_labelMenuItem labelid="307" command="cmd_editBoardSettings"  
/>
              <menuseparator/>
@@ -142,6 +148,12 @@
              <_labelMenuItem labelid="302" command="cmd_applyforMod"  
enabled="${ canvas.ismoderator }" />
              <_labelMenuItem labelid="213" command="cmd_invitation"  
enabled="${ canvas.ismoderator }" />
              <menuseparator/>
+            <_labelMenuItem labelid="239" enabled="${ canvas.ismoderator  
}">
+               <handler name="onselect" args="sel">
+                        
canvas._conferencemenu._moderationPanel.checkSharerSession.doCall();
+               </handler>
+            </_labelMenuItem>
+            <menuseparator/>
              <_labelMenuItem labelid="306" command="cmd_editCamMicSettings"  
enabled="${ canvas.ismoderator }" />
              <_labelMenuItem labelid="307" command="cmd_editBoardSettings"  
enabled="${ canvas.ismoderator }" />
              <menuseparator/>
=======================================
---  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx
         
Mon Oct 12 03:58:23 2009
+++  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx
         
Mon Oct 26 05:00:12 2009
@@ -16,7 +16,7 @@
          canvas.setAttribute('naviHeightDelta',28);
          new lz.conferenceMenubar(canvas._conferencemenu);
          //,{x:this.roomobj.moderationPanelXPosition}
-        new lz.moderationPanel(canvas._conferencemenu,{align:'right'});
+        new  
lz.moderationPanel(canvas._conferencemenu,{name:'_moderationPanel',align:'right'});
          canvas._conferencemenu.setAttribute('visibility','visible');

          if(roomobj.appointment){
=======================================
---  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/flexibleEventRoom.lzx
      
Mon Oct 12 03:58:23 2009
+++  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/flexibleEventRoom.lzx
      
Mon Oct 26 05:00:12 2009
@@ -16,7 +16,7 @@
          canvas.setAttribute('naviHeightDelta',28);
          new lz.conferenceMenubar(canvas._conferencemenu);
          //,{x:this.roomobj.moderationPanelXPosition}
-        new lz.moderationPanel(canvas._conferencemenu,{align:'right'});
+        new  
lz.moderationPanel(canvas._conferencemenu,{name:'_moderationPanel',align:'right'});
          canvas._conferencemenu.setAttribute('visibility','visible');

          if(roomobj.appointment){
=======================================
---  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
       
Mon Oct 26 03:55:01 2009
+++  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
       
Mon Oct 26 05:00:12 2009
@@ -16,7 +16,7 @@
          canvas.setAttribute('naviHeightDelta',28);
          new lz.restrictedConferenceMenubar(canvas._conferencemenu);
          //,{x:this.roomobj.moderationPanelXPosition}
-        new lz.moderationPanel(canvas._conferencemenu,{align:'right'});
+        new  
lz.moderationPanel(canvas._conferencemenu,{name:'_moderationPanel',align:'right'});
          canvas._conferencemenu.setAttribute('visibility','visible');

          if(roomobj.appointment){
=======================================
---  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx
    
Wed Oct 14 08:14:22 2009
+++  
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/moderation/moderationPanel.lzx
    
Mon Oct 26 05:00:12 2009
@@ -161,7 +161,7 @@
      <simpleLabelButton labelid="239" height="24" name="_doShare"  
style="itemStyle"
                         width="180" y="2" enabled="${  canvas.ismoderator  
}">
          <handler name="onclick">
-            canvas._drawarea.setModus('plain');
+            //canvas._drawarea.setModus('plain');
              this.parent.checkSharerSession.doCall();
          </handler>
          <view y="1" x="2" resource="background_screenview_rsc" />

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