From d6293730fc1a841e60bb145e5ac6470205effe9f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 25 Sep 2015 23:26:28 +0200 Subject: private mail: some work on conversations view --- view/tpl/mail_conv.tpl | 24 ++++++++++++------------ view/tpl/prv_message.tpl | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index ec8f8c1e3..0a5e5a2c5 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -1,18 +1,18 @@
- {{$mail.from_name}} -
{{$mail.from_name}}
+ {{$mail.from_name}}
-
+
{{if $mail.is_recalled}}{{$mail.is_recalled}}{{/if}} -
{{$mail.date}}
-
{{$mail.subject}}
+ +
{{$mail.date}}
{{$mail.body}}
-
- {{if $mail.can_recall}} -
- {{/if}} -
-
+
+ {{if $mail.can_recall}} + + {{/if}} + +
+
+
-
diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index c6f393aa4..a83896f32 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -8,7 +8,7 @@
{{$to}}
{{if $showinputs}} - + {{else}} {{$select}} @@ -18,10 +18,10 @@
{{$subject}}
- +
{{$yourmessage}}
- +
@@ -51,6 +51,6 @@
-
+
-- cgit v1.2.3