Merge pull request #3347 from ritzalam/fix-custom-poll

- comment out record option for breakout rooms pending further testing.
This commit is contained in:
Richard Alam 2016-09-01 13:40:57 -04:00 committed by GitHub
commit 5f035ed420

View File

@ -162,8 +162,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
</mx:HBox>
<mx:HBox width="100%" paddingTop="12">
<mx:Label text="{ResourceUtil.getInstance().getString('bbb.users.breakout.record')}" />
<mx:CheckBox id="recordCheckbox" visible="true" />
<mx:Label text="{ResourceUtil.getInstance().getString('bbb.users.breakout.record')}" visible="false" />
<mx:CheckBox id="recordCheckbox" visible="false" />
</mx:HBox>
<mx:Tile id="roomsContainer" styleName="roomsContainer" width="100%" height="100%"/>