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>2021-12-31 17:01:56 +0300
committersualko <klaus@jsxc.org>2021-12-31 17:07:48 +0300
commit789d4b07052128b92d13a1bf04e52db3b7f29ea0 (patch)
tree9bac43fe7cab8028aba7d2e2397f632d63bd64a5 /template
parent0cb04dd8036fdfa25962661ea89fe5d2e54728c0 (diff)
feat: add message history dialog
Diffstat (limited to 'template')
-rw-r--r--template/messageHistory.hbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/messageHistory.hbs b/template/messageHistory.hbs
new file mode 100644
index 00000000..dd465ebe
--- /dev/null
+++ b/template/messageHistory.hbs
@@ -0,0 +1,7 @@
+<h3>{{t "Message_history"}}</h3>
+
+<ul class="jsxc-message-history"></ul>
+
+<div class="col-sm-offset-4 col-sm-8">
+ <button class="jsxc-button jsxc-button--default jsxc-js-close" type="button">{{t "Close"}}</button>
+</div>