diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 19:48:45 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 19:48:45 -0700 |
commit | 01d36785b052f722c982700bcfe29e7ea26d1321 (patch) | |
tree | 3824ba3413b3dabb9d6669f126c02b2da5ee0093 /view/wallwall_item.tpl | |
parent | 0c661722928c6cb034373a7dce59ef0f720e4d2d (diff) | |
download | volse-hubzilla-01d36785b052f722c982700bcfe29e7ea26d1321.tar.gz volse-hubzilla-01d36785b052f722c982700bcfe29e7ea26d1321.tar.bz2 volse-hubzilla-01d36785b052f722c982700bcfe29e7ea26d1321.zip |
fixed photo comments, msg typo, and changed cursor when hovering
over "special friends" where SSO is allowed
Diffstat (limited to 'view/wallwall_item.tpl')
-rw-r--r-- | view/wallwall_item.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index 0ff2ff6f7..d98289901 100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -2,16 +2,16 @@ <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" > <div class="wall-item-photo-wrapper" id="wall-item-ownerphoto-wrapper-$id" > <a href="$owner_url" title="View $owner_name's profile" class="wall-item-photo-link" id="wall-item-ownerphoto-link-$id"> - <img src="$owner_photo" class="wall-item-photo" id="wall-item-ownerphoto-$id" height="80" width="80" alt="$owner_name" /></a> + <img src="$owner_photo" class="wall-item-photo$osparkle" id="wall-item-ownerphoto-$id" height="80" width="80" alt="$owner_name" /></a> </div> <div class="wall-item-arrowphoto-wrapper" ><img src="images/larrow.gif" alt="Wall-To-Wall" /></div> <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" > <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id"> - <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a> + <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a> </div> <div class="wall-item-wrapper" id="wall-item-wrapper-$id" > - <a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name" id="wall-item-name-$id" >$name</span></a> to <a href="$owner_url" title="View $owner_name's profile" class="wall-item-name-link"><span class="wall-item-name" id="wall-item-ownername-$id">$owner_name</span></a> via Wall-To-Wall:<br /> + <a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a> to <a href="$owner_url" title="View $owner_name's profile" class="wall-item-name-link"><span class="wall-item-name$osparkle" id="wall-item-ownername-$id">$owner_name</span></a> via Wall-To-Wall:<br /> <div class="wall-item-ago" id="wall-item-ago-$id">$ago</div> <div class="wall-item-location" id="wall-item-location-$id">$location</div> $vote |