Author: solomax
Date: Fri Jun  5 11:07:45 2015
New Revision: 1683710

URL: http://svn.apache.org/r1683710
Log:
[OPENMEETINGS-1211] 'Allow user to publish their audio and video' opacity is 
changed to opposite

Modified:
    
openmeetings/branches/3.0.x/WebContent/src/modules/conference/restricted/moderationMiniIconRestricted.lzx

Modified: 
openmeetings/branches/3.0.x/WebContent/src/modules/conference/restricted/moderationMiniIconRestricted.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/conference/restricted/moderationMiniIconRestricted.lzx?rev=1683710&r1=1683709&r2=1683710&view=diff
==============================================================================
--- 
openmeetings/branches/3.0.x/WebContent/src/modules/conference/restricted/moderationMiniIconRestricted.lzx
 (original)
+++ 
openmeetings/branches/3.0.x/WebContent/src/modules/conference/restricted/moderationMiniIconRestricted.lzx
 Fri Jun  5 11:07:45 2015
@@ -279,8 +279,7 @@
         <labelTooltip labelid="1078" />
     </miniIcons>        
     
-    <miniIcons name="_allowDevice" x="80" width="40" height="16" 
-                  resource="av_allow_rsc" showhandcursor="true">
+    <miniIcons name="_allowDevice" x="80" width="40" height="16" 
resource="av_allow_rsc" opacity="0.5" showhandcursor="true">
         <handler name="onclick">
             if ($debug) Debug.write("ALLOW: 
",parent.parent.parent.refObj.publicSID);
             canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator = 
parent.parent.parent.refObj.publicSID;
@@ -290,8 +289,7 @@
         <labelTooltip labelid="683" />
     </miniIcons>
     
-    <miniIcons name="_denyDevice" x="80" width="40" height="16" 
resource="av_deny_rsc" 
-                               opacity="0.5" showhandcursor="true">
+    <miniIcons name="_denyDevice" x="80" width="40" height="16" 
resource="av_deny_rsc" showhandcursor="true">
         <handler name="onclick">
             if ($debug) Debug.write("ALLOW: 
",parent.parent.parent.refObj.publicSID);
             canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator = 
parent.parent.parent.refObj.publicSID;


Reply via email to