aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/mail_list.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/mail_list.tpl')
-rw-r--r--view/tpl/smarty3/mail_list.tpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/view/tpl/smarty3/mail_list.tpl b/view/tpl/smarty3/mail_list.tpl
index b08c2ca7a..e6aaedb30 100644
--- a/view/tpl/smarty3/mail_list.tpl
+++ b/view/tpl/smarty3/mail_list.tpl
@@ -1,9 +1,12 @@
<div class="mail-list-outside-wrapper">
<div class="mail-list-sender" >
- <a href="{{$from_url}}" class="mail-list-sender-url" ><img class="mail-list-sender-photo{{$sparkle}}" src="{{$from_photo}}" height="80" width="80" alt="{{$from_name}}" /></a>
- </div>
- <div class="mail-list-detail">
+ <a href="{{$from_url}}" class="mail-list-sender-url" ><img class="mail-list-sender-photo" src="{{$from_photo}}" height="32" width="32" alt="{{$from_name}}" /></a>
<div class="mail-list-sender-name" >{{$from_name}}</div>
+ </div>
+ <div class="mail-list-recip" >
+ <a href="{{$to_url}}" class="mail-list-recip-url" ><img class="mail-list-recip-photo" src="{{$to_photo}}" height="32" width="32" alt="{{$to_name}}" /></a>
+ <div class="mail-list-recip-name" >{{$to_name}}</div>
+ </div>
<div class="mail-list-date">{{$date}}</div>
<div class="mail-list-subject"><a href="message/{{$id}}" class="mail-list-link">{{$subject}}</a></div>
<div class="mail-list-delete-wrapper" id="mail-list-delete-wrapper-{{$id}}" >