diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-04 19:51:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-04 19:51:23 +0200 |
commit | 7776c56c6c852f8a61e64e798f9c43f2c0ffada9 (patch) | |
tree | a3d45813204ce067126e2bc6d5fc3293b47be786 /view/tpl/mail_conv.tpl | |
parent | 4decceea760843dcc4bc4189026cdda1ecc4e32d (diff) | |
download | volse-hubzilla-7776c56c6c852f8a61e64e798f9c43f2c0ffada9.tar.gz volse-hubzilla-7776c56c6c852f8a61e64e798f9c43f2c0ffada9.tar.bz2 volse-hubzilla-7776c56c6c852f8a61e64e798f9c43f2c0ffada9.zip |
bring single message view to inbox/outbox view
Diffstat (limited to 'view/tpl/mail_conv.tpl')
-rwxr-xr-x | view/tpl/mail_conv.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index 7529f979a..4f54f1a6a 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -1,5 +1,4 @@ <div id="mail-{{$mail.id}}" class="mail-conv-outside-wrapper"> - <a name="mail-{{$mail.id}}"></a> <div class="mail-conv-sender" > <a href="{{$mail.from_url}}"><img class="mail-conv-sender-photo" src="{{$mail.from_photo}}" alt="{{$mail.from_name}}" /></a> </div> |