]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/search_item.tpl
quattro: add quattro-lilac to theme Makefile
[friendica.git] / view / theme / quattro / search_item.tpl
index 80d6678fb3589747e3d9037d1d788373f10be4d2..55868e5483d80ef6eb9111b00aa2b6bd2b215cfc 100644 (file)
@@ -42,7 +42,7 @@
                </div>
                <div class="wall-item-actions">
                        <div class="wall-item-actions-author">
-                               <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle">$item.name</span></a> <span class="wall-item-ago">$item.ago</span>
+                               <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle">$item.name</span></a> <span class="wall-item-ago" title="$item.localtime">$item.ago</span>
                        </div>
                        
                        <div class="wall-item-actions-social">
                        
                        <div class="wall-item-actions-tools">
 
-                               {{ if $item.drop.dropping }}
+                               {{ if $item.drop.pagedrop }}
                                        <input type="checkbox" title="$item.drop.select" name="itemselected[]" class="item-select" value="$item.id" />
+                               {{ endif }}
+                               {{ if $item.drop.dropping }}
                                        <a href="item/drop/$item.id" onclick="return confirmDelete();" class="icon delete s16" title="$item.drop.delete">$item.drop.delete</a>
                                {{ endif }}
                                {{ if $item.edpost }}