]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/wall_thread.tpl
quattro: add quattro-lilac to theme Makefile
[friendica.git] / view / theme / quattro / wall_thread.tpl
index 2500fbcceeb96cb21523188c8c9ebd5e4bbc50db..2e5c49392fee9b1a82e2f52e46a649a0de69bd6d 100644 (file)
                <div class="wall-item-links">
                </div>
                <div class="wall-item-tags">
-                       {{ for $item.tags as $tag }}
+                       {{ for $item.hashtags as $tag }}
                                <span class='tag'>$tag</span>
                        {{ endfor }}
+                       {{ for $item.mentions as $tag }}
+                               <span class='mention'>$tag</span>
+                       {{ endfor }}
+               {{ for $item.folders as $cat }}
+                    <span class='folder'>$cat.name</a>{{if $cat.removeurl}} (<a href="$cat.removeurl" title="$remove">x</a>) {{endif}} </span>
+               {{ endfor }}
+                {{ for $item.categories as $cat }}
+                    <span class='category'>$cat.name</a>{{if $cat.removeurl}} (<a href="$cat.removeurl" title="$remove">x</a>) {{endif}} </span>
+                {{ endfor }}
                </div>
        </div>  
        <div class="wall-item-bottom">
                        
                        <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 }}