summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-02 21:34:13 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-05 10:46:09 +0100
commit457ca3606b746ae259e59df47e1bcd6550e54637 (patch)
tree72a37399fb2c5655e0cfa68fcec0d1a6c8261190 /templates
parentf016b5fc9a75369f58ceae626f2e6dfd20dd4765 (diff)
Merge methods to set empty content message when alone in the call
The additional message with the URL of the room is now shown also for guests; the icon shown to guests is also fixed (now the link icon is shown instead of the contacts icon, which is the one used for group rooms). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index b0513ca0a..12b0237f2 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -108,6 +108,10 @@ script(
<div id="emptycontent-icon" class="icon-talk"></div>
<h2><?php p($l->t('Join a conversation or start a new one')) ?></h2>
<p class="emptycontent-additional"><?php p($l->t('Say hi to your friends and colleagues!')) ?></p>
+ <div id="shareRoomContainer" class="" style="display: inline-flex">
+ <input id="shareRoomInput" class="share-room-input hidden" readonly="readonly" type="text"/>
+ <div id="shareRoomClipboardButton" class="shareRoomClipboard icon-clippy hidden" data-clipboard-target="#shareRoomInput"></div>
+ </div>
</div>
</div>
</div>