From b97102da01b2e81018e86c29092059704ee20da8 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 28 Sep 2015 17:40:38 +0200 Subject: private mail: bring additional inbox/outbox views and ajaxify single message drop --- view/tpl/mail_conv.tpl | 6 +++--- view/tpl/mail_display.tpl | 2 +- view/tpl/mail_list.tpl | 2 +- view/tpl/message_side.tpl | 9 --------- 4 files changed, 5 insertions(+), 14 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index 0a5e5a2c5..2e64de7bc 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -1,4 +1,4 @@ -
+
{{$mail.from_name}}
@@ -9,9 +9,9 @@
{{$mail.body}}
{{if $mail.can_recall}} - + {{/if}} - +
diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl index bb89c96ec..24a87fe4a 100755 --- a/view/tpl/mail_display.tpl +++ b/view/tpl/mail_display.tpl @@ -1,6 +1,6 @@
- {{$delete}} + {{$delete}}

{{$prvmsg_header}}

diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index ad042eb59..fc9b5afa8 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,5 +1,5 @@
  • - + {{$message.subject}}
    {{$message.from_name}} > {{$message.to_name}}
    {{$message.date}} diff --git a/view/tpl/message_side.tpl b/view/tpl/message_side.tpl index 954ada215..b3bb94d71 100755 --- a/view/tpl/message_side.tpl +++ b/view/tpl/message_side.tpl @@ -2,18 +2,9 @@

    {{$title}}

    - {{if $tabs}} - - {{/if}}
  • -- cgit v1.2.3