From 7e850e0687ed30231bd185e8a19776a11a74d2a8 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 11 Oct 2013 22:30:11 -0700 Subject: more icons --- view/tpl/mail_conv.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/mail_conv.tpl') diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index bfa9491f4..d25919b39 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -7,7 +7,7 @@
{{$mail.date}}
{{$mail.subject}}
{{$mail.body}}
-
+
-- cgit v1.2.3 From 1c8a36f9ca1f1cfd4cab47b47c855b530467593d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 11 Oct 2013 23:12:10 -0700 Subject: mail recall --- view/tpl/mail_conv.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/tpl/mail_conv.tpl') diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index d25919b39..84bdb451a 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -4,10 +4,14 @@
{{$mail.from_name}}
+ {{if $mail.is_recalled}}{{$mail.is_recalled}}{{/if}}
{{$mail.date}}
{{$mail.subject}}
{{$mail.body}}
+ {{if $mail.can_recall}} +
+ {{/if}}
-- cgit v1.2.3