]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/wallwall_item.tpl
personal notifications
[friendica.git] / view / theme / duepuntozero / wallwall_item.tpl
index 6403b5201a27ed8e9380926104427454c59b7f56..050abb02d511a6d5a082725e76187fb8333a1b8d 100644 (file)
@@ -21,7 +21,8 @@
                        </div>
                        <div class="wall-item-photo-end"></div>
                        <div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
-                               {{ if $lock }}<span class="icon s22 lock fakelink" onclick="lockview(event,$id);" title="$lock"></span>{{ endif }}      
+                               {{ if $lock }}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,$id);" /></div>
+                               {{ else }}<div class="wall-item-lock"></div>{{ endif }} 
                                <div class="wall-item-location" id="wall-item-location-$id">$location</div>
                        </div>
                </div>
                <div class="wall-item-content" id="wall-item-content-$id" >
                        <div class="wall-item-title" id="wall-item-title-$id">$title</div>
                        <div class="wall-item-title-end"></div>
-                       <div class="wall-item-body" id="wall-item-body-$id" >$body</div>
+                       <div class="wall-item-body" id="wall-item-body-$id" >$body
+                                       <div class="body-tag">
+                                               {{ for $tags as $tag }}
+                                                       <span class='tag'>$tag</span>
+                                               {{ endfor }}
+                                       </div>
+                       </div>
                </div>
                <div class="wall-item-tools" id="wall-item-tools-$id">
                        {{ if $vote }}