add expire_starred option, fix "delete selected" on some themes, new project name in email templates
This commit is contained in:
parent
ea04263f52
commit
c568493f57
11 changed files with 70 additions and 12 deletions
13
view/theme/duepuntozero/conversation.tpl
Normal file
13
view/theme/duepuntozero/conversation.tpl
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue