Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-12 18:30:46 +0300
committerJoas Schilling <coding@schilljs.com>2017-08-25 18:17:22 +0300
commitf613a88dfba98157f007dd8d491d64a962804b79 (patch)
treee3ada0df06fca2fb89b1825ab843bb1d0242c75c /templates
parente4f981a103d370b83ba9ab10a417bb2136d91e03 (diff)
Add moderator styles
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php33
1 files changed, 30 insertions, 3 deletions
diff --git a/templates/index.php b/templates/index.php
index b17af506f..61c931922 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -56,11 +56,11 @@ script(
<div id="shareTabView" class="tab shareTabView">
<div class="shareeListView subView">
<ul id="shareWithList" class="shareWithList">
- <li data-share-id="2" data-share-type="0" data-share-with="test1">
+ <li data-share-id="2" data-share-type="0" data-share-with="test1" class="participant-moderator">
<div class="avatar " data-username="test1" data-displayname="User One" style="height: 32px; width: 32px; background-color: rgb(213, 231, 116); color: rgb(255, 255, 255); font-weight: normal; text-align: center; line-height: 32px; font-size: 17.6px;">U</div>
<span class="username" title="">
User One
- <span class="is-currently-online">*</span>
+ <span class="participant-moderator-indicator">(moderator)</span>
</span>
<span class="sharingOptionsGroup">
@@ -71,7 +71,34 @@ script(
<li>
<span class="shareOption menuitem">
<input id="canShare-view17-test1" name="share" class="permissions checkbox" checked="checked" data-permissions="16" type="checkbox">
- <label for="canShare-view17-test1">Promote to/Demote from moderator</label>
+ <label for="canShare-view17-test1">Demote from moderator</label>
+ </span>
+ </li>
+ <li>
+ <span class="shareOption menuitem">
+ <input id="canShare-view17-test1" name="share" class="permissions checkbox" checked="checked" data-permissions="16" type="checkbox">
+ <label for="canShare-view17-test1">Remove participant from call</label>
+ </span>
+ </li>
+ </ul>
+ </div>
+ </span>
+ </li>
+ <li data-share-id="2" data-share-type="0" data-share-with="test1" class="participant-offline">
+ <div class="avatar " data-username="test1" data-displayname="User One" style="height: 32px; width: 32px; background-color: rgb(213, 231, 116); color: rgb(255, 255, 255); font-weight: normal; text-align: center; line-height: 32px; font-size: 17.6px;">U</div>
+ <span class="username" title="">
+ User Two
+ </span>
+
+ <span class="sharingOptionsGroup">
+ <a href="#"><span class="icon icon-more"></span></a>
+
+ <div class="popovermenu bubble hidden menu">
+ <ul>
+ <li>
+ <span class="shareOption menuitem">
+ <input id="canShare-view17-test1" name="share" class="permissions checkbox" checked="checked" data-permissions="16" type="checkbox">
+ <label for="canShare-view17-test1">Promote to moderator</label>
</span>
</li>
<li>