From 04cf441c5ae18400c6b4865b0b37a71718dc9d46 Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Thu, 31 Jul 2014 19:29:33 -0300 Subject: Add web-ui based on previous code --- web-ui/app/templates/compose/compose_box.hbs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 web-ui/app/templates/compose/compose_box.hbs (limited to 'web-ui/app/templates/compose/compose_box.hbs') diff --git a/web-ui/app/templates/compose/compose_box.hbs b/web-ui/app/templates/compose/compose_box.hbs new file mode 100644 index 00000000..42efb30b --- /dev/null +++ b/web-ui/app/templates/compose/compose_box.hbs @@ -0,0 +1,23 @@ + +
+ {{t "Don't worry about recipients right now, you'll be able to add them just before sending." }} +
+ + + +{{> recipients }} + +
+ {{t 'To'}} + {{t 'CC'}} + {{t 'BCC'}} +
+ +
+ + + +
+
-- cgit v1.2.3