summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 01:35:08 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-03 01:22:22 +0100
commitcf6c99f121b4dfc809946d11ac85af3b45644efa (patch)
tree937adf6d4ef4f1dd0b9dd67708577c513dc0fcf7 /templates
parenta6c1e8e3eaeea92bc131e8d1828f3ec6bedb8404 (diff)
Improve design of emptycontent view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php4
-rw-r--r--templates/index.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 5623a43d7..d29325a2a 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -99,9 +99,9 @@ script(
<div id="screens"></div>
<div id="emptycontent">
- <div id="emptycontent-icon" class="icon-video"></div>
+ <div id="emptycontent-icon" class="icon-talk"></div>
<h2><?php p($l->t('Join a conversation or start a new one')) ?></h2>
- <p class="uploadmessage"></p>
+ <p class="emptycontent-additional"><?php p($l->t('Say hi to your friends and colleagues!')) ?></p>
</div>
</div>
</div>
diff --git a/templates/index.php b/templates/index.php
index 9d4bccd5c..cb91943ac 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -106,9 +106,9 @@ script(
<div id="screens"></div>
<div id="emptycontent">
- <div id="emptycontent-icon" class="icon-video"></div>
+ <div id="emptycontent-icon" class="icon-talk"></div>
<h2><?php p($l->t('Join a conversation or start a new one')) ?></h2>
- <p class="uploadmessage"></p>
+ <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>