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
-
$subject
-
- -
+
+ $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}}
-
{{$subject}}
-
- -
+
+ {{$from_name}} + {{$from_name}} + {{$subject}} + {{$date}} +
-
-
- -