From 913bceef12835e66fe8a9425a41aeb58536d00a5 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 22 Oct 2016 16:19:26 -0400 Subject: [PATCH] re-organize chat partials; remove chat_contacts.tpl + chat_contact.tpl --- templates/chats.tpl | 4 ++-- templates/partials/chat_contact.tpl | 10 ---------- templates/partials/chat_contacts.tpl | 3 --- templates/partials/chat_messages.tpl | 3 --- .../partials/{chat_dropdown.tpl => chats/dropdown.tpl} | 0 .../partials/{chat_message.tpl => chats/message.tpl} | 0 templates/partials/chats/messages.tpl | 3 +++ .../{chat_recent_room.tpl => chats/recent_room.tpl} | 0 8 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 templates/partials/chat_contact.tpl delete mode 100644 templates/partials/chat_contacts.tpl delete mode 100644 templates/partials/chat_messages.tpl rename templates/partials/{chat_dropdown.tpl => chats/dropdown.tpl} (100%) rename templates/partials/{chat_message.tpl => chats/message.tpl} (100%) create mode 100644 templates/partials/chats/messages.tpl rename templates/partials/{chat_recent_room.tpl => chats/recent_room.tpl} (100%) 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