summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose
diff options
context:
space:
mode:
authorTigerRoar <Tendious@bigpond.com>2015-07-26 23:23:44 +1000
committerTigerRoar <Tendious@bigpond.com>2015-07-26 23:23:44 +1000
commit2f7c9a7546decdcc52a21d9e2098cc381411f684 (patch)
treedb03a0cd7abe2675ae1452b73bd1e53c96cff76c /web-ui/app/templates/compose
parent1d77f71ae03087c2264de21cbc3ccf17612a9d78 (diff)
Issue#377 - Add ability to allow users to delete emails from recipient input.
Diffstat (limited to 'web-ui/app/templates/compose')
-rw-r--r--web-ui/app/templates/compose/fixed_recipient.hbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/templates/compose/fixed_recipient.hbs b/web-ui/app/templates/compose/fixed_recipient.hbs
index 2f773c76..cd6b0c26 100644
--- a/web-ui/app/templates/compose/fixed_recipient.hbs
+++ b/web-ui/app/templates/compose/fixed_recipient.hbs
@@ -1,6 +1,8 @@
<div class="fixed-recipient">
<span class="recipient-area">
- <div class="recipient-value">{{ address }}</div>
+ <div class="recipient-value">
+ <span>{{ address }}</span> <a class="recipient-del" href="#"/>
+ </div>
</span>
<input type="hidden" value="{{ address }}" name="{{ name }}" />
</div>