summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/mail_actions.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/mails/mail_actions.hbs')
-rw-r--r--web-ui/app/templates/mails/mail_actions.hbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/web-ui/app/templates/mails/mail_actions.hbs b/web-ui/app/templates/mails/mail_actions.hbs
new file mode 100644
index 00000000..8933db79
--- /dev/null
+++ b/web-ui/app/templates/mails/mail_actions.hbs
@@ -0,0 +1,6 @@
+<button id="reply-button-top" class="no-style"><i class="fa fa-reply"></i></button>
+<button id="view-more-actions" class="no-style"><i class="fa fa-caret-down"></i></button>
+<ul id="more-actions">
+ <li><span id="reply-all-button-top">{{t 'Reply to All'}}</span></li>
+ <li><span id="delete-button-top">{{t 'Trash this message'}}</span></li>
+</ul>