From 2f24bf2efec447d464881a6206b037b230331a7c Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 31 Mar 2013 21:05:20 +0100 Subject: New mail_list template. --- view/tpl/mail_list.tpl | 24 ++++++------------------ view/tpl/smarty3/mail_list.tpl | 24 ++++++------------------ 2 files changed, 12 insertions(+), 36 deletions(-) diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index 4417d1863..c51783782 100644 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,19 +1,7 @@ -
-
- $from_name -
$from_name
-
-
- $to_name -
$to_name
-
-
$date
- -
- -
+
+ $from_name + $from_name + $subject + $date +
-
-
- -
diff --git a/view/tpl/smarty3/mail_list.tpl b/view/tpl/smarty3/mail_list.tpl index ffc75b794..717df51d5 100644 --- a/view/tpl/smarty3/mail_list.tpl +++ b/view/tpl/smarty3/mail_list.tpl @@ -3,22 +3,10 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} -
-
- {{$from_name}} -
{{$from_name}}
-
-
- {{$to_name}} -
{{$to_name}}
-
-
{{$date}}
- -
- -
+
+ {{$from_name}} + {{$from_name}} + {{$subject}} + {{$date}} +
-
-
- -
-- cgit v1.2.3