aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/templates
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/core/templates')
-rw-r--r--main/app/sprinkles/core/templates/pages/index.html.twig21
1 files changed, 13 insertions, 8 deletions
diff --git a/main/app/sprinkles/core/templates/pages/index.html.twig b/main/app/sprinkles/core/templates/pages/index.html.twig
index ca38372..765fa3b 100644
--- a/main/app/sprinkles/core/templates/pages/index.html.twig
+++ b/main/app/sprinkles/core/templates/pages/index.html.twig
@@ -64,15 +64,20 @@
<hr class="ChatHeaderDivider">
</div>
<div class="MainInTab ChatWindow">
- <div id="ChatMessages" class="ChatMessages">
- <!-- Messages -->
+ <div class="SelectReceiver">
+
+ </div>
+ <div class="SelectedReceiver">
+ <div id="ChatMessages" class="ChatMessages">
+ <!-- Messages -->
+ </div>
+ <input title="{{ translate("CHAT_MESSAGES.JOIN_GROUP_PH") }}"
+ placeholder="{{ translate("CHAT_MESSAGES.JOIN_GROUP_PH") }}"
+ id="SubscribeTextInput" class="ChatInput" type="text" />
+ <input title="{{ translate("CHAT_MESSAGES.WRITE_MESSAGE_PH") }}"
+ placeholder="{{ translate("CHAT_MESSAGES.WRITE_MESSAGE_PH") }}"
+ id="ChatTextInput" class="ChatInput" type="text" />
</div>
- <input title="{{ translate("CHAT_MESSAGES.JOIN_GROUP_PH") }}"
- placeholder="{{ translate("CHAT_MESSAGES.JOIN_GROUP_PH") }}"
- id="SubscribeTextInput" class="ChatInput" type="text" />
- <input title="{{ translate("CHAT_MESSAGES.WRITE_MESSAGE_PH") }}"
- placeholder="{{ translate("CHAT_MESSAGES.WRITE_MESSAGE_PH") }}"
- id="ChatTextInput" class="ChatInput" type="text" />
</div>
</div>