]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/wall_item.tpl
dynamic title input box - via fabrixxm
[friendica.git] / view / theme / dispy / wall_item.tpl
index 0850d739d7407b1c8aafcd8e3175a0430cc9c270..51431d4eb985d1fc18bbf7369adaf70365683c0c 100644 (file)
                        <div class="wall-item-photo-end"></div>
                        <div class="wall-item-location" id="wall-item-location-$id">{{ if $location }}<span class="icon globe"></span>$location {{ endif }}</div>                               
                </div>
-               <div class="wall-item-lock-wrapper">$lock</div>
+               <div class="wall-item-lock-wrapper">
+                       {{ 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>
                <div class="wall-item-tools" id="wall-item-tools-$id">
                        {{ if $star }}
                                <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
                <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-author">
                                <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>