From adf582dba785f0f40fc68d7b1f079fabd210cabe Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 15 Nov 2014 01:34:33 +0000 Subject: merge in msg.__room_member usage to new message display template --- syweb/webclient/room/room.html | 58 ++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 22 deletions(-) (limited to 'syweb/webclient/room/room.html') diff --git a/syweb/webclient/room/room.html b/syweb/webclient/room/room.html index 955f5ff114..8baf9eda71 100644 --- a/syweb/webclient/room/room.html +++ b/syweb/webclient/room/room.html @@ -198,31 +198,45 @@ {{ msg.user_id }} changed their display name from {{ msg.prev_content.displayname }} to {{ msg.content.displayname }} - - - + + + + + +
+
+ +
+
+ +
+
+ + + {{ msg.content.body }} +
+ + + +
+
+ + + Outgoing Call{{ isWebRTCSupported() ? '' : ' (But your browser does not support VoIP)' }} Incoming Call{{ isWebRTCSupported() ? '' : ' (But your browser does not support VoIP)' }} -
-
- -
-
- -
-
- {{ msg.__room_member.cnt.displayname || msg.user_id }} changed the topic to: {{ msg.content.topic }} @@ -250,7 +264,7 @@
- +