From 1c8a36f9ca1f1cfd4cab47b47c855b530467593d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 11 Oct 2013 23:12:10 -0700 Subject: mail recall --- view/theme/redbasic/css/style.css | 10 ++++++++++ view/tpl/mail_conv.tpl | 4 ++++ view/tpl/mail_list.tpl | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 38174a004..e91e4dc5a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1827,6 +1827,12 @@ a.mail-list-link { margin-right: 30px; margin-top: 15px; } +.mail-conv-recall-wrapper { + float: right; + margin-right: 10px; + margin-top: 15px; +} + .mail-conv-break { clear: both; } @@ -3321,6 +3327,10 @@ float: left; width: 20%; } +.mail-list-remove { +width: 5% !important; +} + span.mail-delete { float: left; width: 30px; 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}}
diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index 4d18a080c..e6ddf3651 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,5 +1,5 @@
- + {{$from_name}} {{$from_name}} {{$subject}} -- cgit v1.2.3