This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 5bcafac [OPENMEETINGS-2000] some client settings
5bcafac is described below
commit 5bcafacade043bb5e28c191fc2d2665d7b1815fd
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Dec 27 00:41:03 2020 +0700
[OPENMEETINGS-2000] some client settings
---
.../org/apache/openmeetings/web/room/RoomPanel.html | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html
index 9eb7952..6cc6111 100644
---
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html
+++
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html
@@ -68,12 +68,20 @@
</button>
</div>
<div class="modal-body">
- <wicket:message key="556"/>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn
btn-outline-secondary" data-dismiss="modal">
- <i class="fas
fa-sync-alt"></i> <wicket:message key="753"/>
- </button>
+ <h5><wicket:message
key="video.muteothers"/></h5>
+ <div class="row justify-content-end">
+ <div class="custom-control
custom-checkbox col-10">
+ <input type="checkbox"
class="custom-control-input" id="muteOthersAsk">
+ <label
class="custom-control-label" for="muteOthersAsk"><wicket:message
key="dont.ask.again"/></label>
+ </div>
+ </div>
+ <h5 class="mt-2"><wicket:message
key="244"/></h5>
+ <div class="row justify-content-end">
+ <div class="custom-control
custom-checkbox col-10">
+ <input type="checkbox"
class="custom-control-input" id="chatNotify">
+ <label
class="custom-control-label" for="chatNotify"><wicket:message
key="sound.enable"/></label>
+ </div>
+ </div>
</div>
</div>
</div>