re-organize chat partials; remove chat_contacts.tpl + chat_contact.tpl
parent
de2eb1752e
commit
913bceef12
@ -1,10 +0,0 @@
|
||||
<div data-username="{../username}" data-uid="{../uid}">
|
||||
<!-- IF ../picture -->
|
||||
<img class="user-img" src="{../picture}">
|
||||
<!-- ELSE -->
|
||||
<div class="user-icon user-img" style="background-color: {../icon:bgColor};">{../icon:text}</div>
|
||||
<!-- ENDIF ../picture -->
|
||||
<i component="user/status" title="[[global:{../status}]]" class="fa fa-circle status {../status}"></i>
|
||||
<span class="username">{../username}</span>
|
||||
|
||||
</div>
|
@ -1,3 +0,0 @@
|
||||
<!-- BEGIN contacts -->
|
||||
<!-- IMPORT partials/chat_contact.tpl -->
|
||||
<!-- END contacts -->
|
@ -1,3 +0,0 @@
|
||||
<!-- BEGIN messages -->
|
||||
<!-- IMPORT partials/chat_message.tpl -->
|
||||
<!-- END messages -->
|
@ -0,0 +1,3 @@
|
||||
<!-- BEGIN messages -->
|
||||
<!-- IMPORT partials/chats/message.tpl -->
|
||||
<!-- END messages -->
|
Loading…
Reference in New Issue