1
0
Fork 0

add expire_starred option, fix "delete selected" on some themes, new project name in email templates

This commit is contained in:
friendica 2011-11-21 19:01:05 -08:00
commit c568493f57
11 changed files with 70 additions and 12 deletions

View file

@ -0,0 +1,13 @@
{{ for $threads as $thread }}
<div class="tread-wrapper">
$thread
</div>
{{ endfor }}
{{ if $dropping }}
<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
<div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
<div id="item-delete-selected-desc" >$dropping</div>
</div>
<div id="item-delete-selected-end"></div>
{{ endif }}