Author: sebawagner
Date: Sun May 20 07:08:59 2012
New Revision: 1340627

URL: http://svn.apache.org/viewvc?rev=1340627&view=rev
Log:
OPENMEETINGS-279 Minimize Video button works improperly 

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/moderationPanel.lzx
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/moderationPanel.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/moderationPanel.lzx?rev=1340627&r1=1340626&r2=1340627&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/moderationPanel.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/moderationPanel.lzx
 Sun May 20 07:08:59 2012
@@ -76,8 +76,6 @@
                 this._inner.setAttribute('text',tString);
             } else {
                 this._inner.setAttribute('text',"");
-                this.sta_btn.setAttribute('visibility','visible');
-                this.stp_btn.setAttribute('visibility','hidden');
             }
         ]]>
     </method>   

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx?rev=1340627&r1=1340626&r2=1340627&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx
 Sun May 20 07:08:59 2012
@@ -25,7 +25,7 @@
        View for recorded contents list.
        When you select 'Recordings' on the top menu, this class shows the list.
 -->
-<class name="lzRecordingsViewMain" extends="basePropertyPanel" labelid="858"
+<class name="lzRecordingsViewMain" extends="basePropertyPanelWhiteboard" 
labelid="858" allowToggle="false"
            x="${ parent._navigationArea.width + parent._navigationArea.x }"
            height="${ canvas.height - canvas.naviHeightDelta - 
parent._recordingsViewBottom.height }"
           width="${ canvas.width - parent._navigationArea.width - 
parent._navigationArea.x }">


Reply via email to