diff options
author | friendica <info@friendica.com> | 2012-12-04 18:24:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-04 18:24:46 -0800 |
commit | e17ba14696d6ee7532bacce6b5519594e001f13f (patch) | |
tree | 490c90c8ec7cebc3fec94a7ad4c1eab4e9bacab3 /view/tpl/mail_conv.tpl | |
parent | 707397580c1c4547c0e308f90df61bc68e91b219 (diff) | |
download | volse-hubzilla-e17ba14696d6ee7532bacce6b5519594e001f13f.tar.gz volse-hubzilla-e17ba14696d6ee7532bacce6b5519594e001f13f.tar.bz2 volse-hubzilla-e17ba14696d6ee7532bacce6b5519594e001f13f.zip |
DB: do the mail table again. Mail almost working onsite, still needs to zot though
Diffstat (limited to 'view/tpl/mail_conv.tpl')
-rw-r--r-- | view/tpl/mail_conv.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index 75a4506f6..fe115d223 100644 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -1,9 +1,9 @@ <div class="mail-conv-outside-wrapper"> <div class="mail-conv-sender" > <a href="$mail.from_url" class="mail-conv-sender-url" ><img class="mframe mail-conv-sender-photo$mail.sparkle" src="$mail.from_photo" heigth="80" width="80" alt="$mail.from_name" /></a> + <div class="mail-conv-sender-name" >$mail.from_name</div> </div> <div class="mail-conv-detail" > - <div class="mail-conv-sender-name" >$mail.from_name</div> <div class="mail-conv-date">$mail.date</div> <div class="mail-conv-subject">$mail.subject</div> <div class="mail-conv-body">$mail.body</div> |