]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/conversation.tpl
add expire_starred option, fix "delete selected" on some themes, new project name...
[friendica.git] / view / theme / loozah / conversation.tpl
diff --git a/view/theme/loozah/conversation.tpl b/view/theme/loozah/conversation.tpl
new file mode 100644 (file)
index 0000000..1a0fb33
--- /dev/null
@@ -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 }}