diff options
author | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
commit | bb888feaef984a82d835e5b9bc9c93f3e39af76d (patch) | |
tree | f03e186785bb6c7c1af375c2942a2158e8f86ce9 /view/wallwall_item.tpl | |
parent | 87c4d1c3cd684a93d5d634ba41a04bfdd51f6fc9 (diff) | |
parent | 9b2669eb5d7113f32dd506a480d6eafe129a5666 (diff) | |
download | volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.gz volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.bz2 volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.zip |
Merge branch 'pull'
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"> |