From 7fda45959464cdd8822b4b677659a16602b16f70 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 10 Aug 2017 15:28:48 -0400 Subject: [PATCH] re: nodebb/nodebb#5862, added new components and moved chat message list to its own partial --- templates/chats.tpl | 37 ++------------------- templates/partials/chats/message-window.tpl | 32 ++++++++++++++++++ 2 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 templates/partials/chats/message-window.tpl diff --git a/templates/chats.tpl b/templates/chats.tpl index d45cb7e..a35c06c 100644 --- a/templates/chats.tpl +++ b/templates/chats.tpl @@ -2,7 +2,7 @@
-
+
@@ -16,38 +16,7 @@
- diff --git a/templates/partials/chats/message-window.tpl b/templates/partials/chats/message-window.tpl new file mode 100644 index 0000000..01a3a6f --- /dev/null +++ b/templates/partials/chats/message-window.tpl @@ -0,0 +1,32 @@ + +
+ + + +
+ +
+ +
+ + + disabled/> +
+
+ +
    + +
+
+ + + + +
+ 0/{maximumChatMessageLength} +
+ +
+ [[modules:chat.no-messages]] +
+ \ No newline at end of file