mirror of
https://github.com/friendica/friendica
synced 2025-09-04 15:56:06 +02:00
fixes and tweaks to Smarty processing
This commit is contained in:
parent
d62483f526
commit
609c45e791
29 changed files with 64 additions and 66 deletions
|
@ -3,9 +3,9 @@
|
|||
<a href="message/dropconv/$thread_id" onclick="return confirmDelete();" title="$delete" class="mail-delete icon s22 delete"></a>
|
||||
</div>
|
||||
|
||||
{{ for $mails as $mail_item }}
|
||||
{{ for $mails as $mail }}
|
||||
<div id="tread-wrapper-$mail_item.id" class="tread-wrapper">
|
||||
{{ inc mail_conv.tpl with $mail=$mail_item }}{{endinc}}
|
||||
{{ inc mail_conv.tpl }}{{endinc}}
|
||||
</div>
|
||||
{{ endfor }}
|
||||
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<a href="message/dropconv/{{$thread_id}}" onclick="return confirmDelete();" title="{{$delete}}" class="mail-delete icon s22 delete"></a>
|
||||
</div>
|
||||
|
||||
{{foreach $mails as $mail_item}}
|
||||
{{foreach $mails as $mail}}
|
||||
<div id="tread-wrapper-{{$mail_item.id}}" class="tread-wrapper">
|
||||
{{include file="mail_conv.tpl" mail=$mail_item}}
|
||||
{{include file="mail_conv.tpl"}}
|
||||
</div>
|
||||
{{/foreach}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue