Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
972 B
21 lines
972 B
<div id="mail_conv-{{$mail.id}}" class="mail-conv-wrapper message-{{$mail.id}}"> |
|
<div class="media"> |
|
<div class="pull-left contact-photo-wrapper"> |
|
<a href="{{$mail.from_url}}" title="{{$mail.from_url2}}"> |
|
<img class="media-object" src="{{$mail.from_photo}}" alt="{{$mail.from_name}}" title="{{$mail.from_url2}}" /> |
|
</a> |
|
</div> |
|
<div class="media-body"> |
|
<div class="text-muted time mail-ago pull-right" title="{{$mail.date}}" data-toggle="tooltip">{{$mail.date}}</div> |
|
<div class="mail-conv-delete-end"></div> |
|
<h4 class="media-heading"><a href="{{$mail.from_url}}" title="{{$mail.from_url2}}">{{$mail.from_name}}</a></h4> |
|
|
|
<div class="mail-body"> |
|
{{$mail.body}} |
|
</div> |
|
{{*<a href="message/dropconv/{{$mail.id}}" onclick="return confirmDelete();" title="{{$delete}}" class="close pull-right" onmouseover="imgbright(this);" onmouseout="imgdull(this);" >×</a> *}} |
|
</div> |
|
</div> |
|
<div class="mail-conv-wrapper-end"></div> |
|
</div> |
|
|
|
|