summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose')
-rw-r--r--web-ui/app/templates/compose/recipients.hbs8
1 files changed, 5 insertions, 3 deletions
diff --git a/web-ui/app/templates/compose/recipients.hbs b/web-ui/app/templates/compose/recipients.hbs
index 6dbed714..87319730 100644
--- a/web-ui/app/templates/compose/recipients.hbs
+++ b/web-ui/app/templates/compose/recipients.hbs
@@ -5,10 +5,11 @@
<label for="recipients-to-box" class="recipients-label column large-1">{{t 'TO'}}: </label>
</div>
<div class='recipients-list compose-column-recipients'>
- <input id='recipients-to-box' class="recipients-input" type="text" tabindex="1"/>
- </div>
+ <input id='recipients-to-box' class="recipients-input" type="text" tabindex="1"/></div>
</div>
-
+ <label class="collapse" for="hide-and-show">cc - bcc</label>
+ <input id="hide-and-show" type="checkbox">
+ <div id="cc-and-bcc">
<div id="recipients-cc-area" class="recipients-area input-container columns large-12 no-padding">
<input class="recipients-navigation-handler"/>
<div class='compose-column-label'>
@@ -28,4 +29,5 @@
<input id='recipients-bcc-box' class="recipients-input" type="text" tabindex="3"/>
</div>
</div>
+ </div>
</div>