diff --git a/templates/chats.tpl b/templates/chats.tpl index d163aeb..5ef5fd5 100644 --- a/templates/chats.tpl +++ b/templates/chats.tpl @@ -11,7 +11,7 @@ @@ -31,7 +31,7 @@ disabled/>
diff --git a/templates/partials/chat_contact.tpl b/templates/partials/chat_contact.tpl deleted file mode 100644 index c5d2fa2..0000000 --- a/templates/partials/chat_contact.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
- - - -
{../icon:text}
- - - {../username} - -
\ No newline at end of file diff --git a/templates/partials/chat_contacts.tpl b/templates/partials/chat_contacts.tpl deleted file mode 100644 index 532132d..0000000 --- a/templates/partials/chat_contacts.tpl +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/templates/partials/chat_messages.tpl b/templates/partials/chat_messages.tpl deleted file mode 100644 index 81284ef..0000000 --- a/templates/partials/chat_messages.tpl +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/templates/partials/chat_dropdown.tpl b/templates/partials/chats/dropdown.tpl similarity index 100% rename from templates/partials/chat_dropdown.tpl rename to templates/partials/chats/dropdown.tpl diff --git a/templates/partials/chat_message.tpl b/templates/partials/chats/message.tpl similarity index 100% rename from templates/partials/chat_message.tpl rename to templates/partials/chats/message.tpl diff --git a/templates/partials/chats/messages.tpl b/templates/partials/chats/messages.tpl new file mode 100644 index 0000000..e49fa75 --- /dev/null +++ b/templates/partials/chats/messages.tpl @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/partials/chat_recent_room.tpl b/templates/partials/chats/recent_room.tpl similarity index 100% rename from templates/partials/chat_recent_room.tpl rename to templates/partials/chats/recent_room.tpl