]> git.mxchange.org Git - friendica.git/blob - view/conversation.tpl
extending notifications to other types
[friendica.git] / view / conversation.tpl
1 {{ for $threads as $thread }}
2 <div id="tread-wrapper-$thread.id" class="tread-wrapper">
3         $thread.html
4 </div>
5 {{ endfor }}
6
7 {{ if $dropping }}
8 <a href="#" onclick="deleteCheckedItems();return false;">
9         <span class="icon s22 delete text">$dropping</span>
10 </a>
11 {{ endif }}