diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-01-12 01:52:30 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-01-12 01:52:30 -0800 |
commit | 27a9a53b3b480ff6d86167dbdaebdd23747d9ab0 (patch) | |
tree | 60fe7f03c1a421eeb11d9f3dcb54f6b9f73d1b16 /view/wallwall_item.tpl | |
parent | aa1c28cf399f42b8b84f5a74bd9ab1a3ee34844c (diff) | |
parent | ea9f14c27b0cb7fb2ebc8315f7c55a567831021c (diff) | |
download | volse-hubzilla-27a9a53b3b480ff6d86167dbdaebdd23747d9ab0.tar.gz volse-hubzilla-27a9a53b3b480ff6d86167dbdaebdd23747d9ab0.tar.bz2 volse-hubzilla-27a9a53b3b480ff6d86167dbdaebdd23747d9ab0.zip |
Merge pull request #26 from fabrixxm/master
Fix acl in quattro + more style
Diffstat (limited to 'view/wallwall_item.tpl')
-rw-r--r-- | view/wallwall_item.tpl | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index 96d514702..11297647a 100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -1,18 +1,12 @@ -{{ if $indent }}{{ else }} <div class="wall-item-decor"> <span class="icon s22 star $isstarred" id="starred-$id" title="$star.starred">$star.starred</span> {{ if $lock }}<span class="icon s22 lock fakelink" onclick="lockview(event,$id);" title="$lock">$lock</span>{{ endif }} <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> </div> -{{ endif }} + <div class="wall-item-container $indent"> <div class="wall-item-item"> <div class="wall-item-info"> - <div class="contact-photo-wrapper mframe wwto" id="wall-item-ownerphoto-wrapper-$id" > - <a href="$owner_url" target="redir" title="$olinktitle" class="contact-photo-link" id="wall-item-ownerphoto-link-$id"> - <img src="$owner_photo" class="contact-photo $osparkle" id="wall-item-ownerphoto-$id" alt="$owner_name" /> - </a> - </div> <div class="contact-photo-wrapper mframe wwfrom" onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')" onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)"> @@ -25,6 +19,11 @@ </ul> </div> + <div class="contact-photo-wrapper mframe wwto" id="wall-item-ownerphoto-wrapper-$id" > + <a href="$owner_url" target="redir" title="$olinktitle" class="contact-photo-link" id="wall-item-ownerphoto-link-$id"> + <img src="$owner_photo" class="contact-photo $osparkle" id="wall-item-ownerphoto-$id" alt="$owner_name" /> + </a> + </div> <div class="wall-item-location">$location</div> </div> <div class="wall-item-content"> |