Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-04-17 17:50:36 +0300
committersualko <klaus@jsxc.org>2020-04-17 17:50:36 +0300
commit39b6d3162b101093f137103c7c25d3d96562735f (patch)
tree3134ae70b956604f0d42448e6bb52069ba6b4643 /template
parent02f318226e9353c76a3622b1c78ab465788f508d (diff)
refactor(chat-markers): simplify overall structure
Diffstat (limited to 'template')
-rw-r--r--template/chat-window-message.hbs2
-rw-r--r--template/plugins/chatMarkers/chatmarkers-acknowledge.hbs1
-rw-r--r--template/plugins/chatMarkers/chatmarkers-indicator.hbs1
3 files changed, 2 insertions, 2 deletions
diff --git a/template/chat-window-message.hbs b/template/chat-window-message.hbs
index b2161b2b..4198db96 100644
--- a/template/chat-window-message.hbs
+++ b/template/chat-window-message.hbs
@@ -4,5 +4,7 @@
<div class="jsxc-chatmessage__footer">
<div class="jsxc-sender"></div>
<div class="jsxc-timestamp"></div>
+ <div class="jsxc-transfer"></div>
+ <div class="jsxc-mark"></div>
</div>
</div>
diff --git a/template/plugins/chatMarkers/chatmarkers-acknowledge.hbs b/template/plugins/chatMarkers/chatmarkers-acknowledge.hbs
deleted file mode 100644
index 98299dc5..00000000
--- a/template/plugins/chatMarkers/chatmarkers-acknowledge.hbs
+++ /dev/null
@@ -1 +0,0 @@
-<div class="jsxc-chatmarkers"><img class="jsxc-chatmarkers-acknowledge" title="{{title}}" src="{{src}}" height="12" width="10"></div> \ No newline at end of file
diff --git a/template/plugins/chatMarkers/chatmarkers-indicator.hbs b/template/plugins/chatMarkers/chatmarkers-indicator.hbs
deleted file mode 100644
index 857e3807..00000000
--- a/template/plugins/chatMarkers/chatmarkers-indicator.hbs
+++ /dev/null
@@ -1 +0,0 @@
-<div class="jsxc-chatmarkers"><img class="jsxc-chatmarkers-indicator" title="{{title}}" src="{{src}}" height="12" width="10"></div> \ No newline at end of file