diff options
author | friendica <info@friendica.com> | 2012-03-15 16:39:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-15 16:39:21 -0700 |
commit | 41d595d5bc74987d95ffc6f81194ccc20050e5a4 (patch) | |
tree | 5113a75197923b8b0ff994db0f9feef9ce221aea /view/theme/diabook/wall_item.tpl | |
parent | 7684f63ecdfce560f24475630144f6058df15ca9 (diff) | |
parent | 5d2c590fa93764c19043981e8398d97c6bae902b (diff) | |
download | volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.gz volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.bz2 volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook/wall_item.tpl')
-rw-r--r-- | view/theme/diabook/wall_item.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl index ebe40fd4e..321bbbe9e 100644 --- a/view/theme/diabook/wall_item.tpl +++ b/view/theme/diabook/wall_item.tpl @@ -13,7 +13,8 @@ <a href="$item.profile_url" target="redir" title="$item.linktitle" class="contact-photo-link" id="wall-item-photo-link-$item.id"> <img src="$item.thumb" class="contact-photo$item.sparkle" id="wall-item-photo-$item.id" alt="$item.name" /> </a> - <a href="#" rel="#wall-item-photo-menu-$item.id" class="contact-photo-menu-button icon s16 menu" id="wall-item-photo-menu-button-$item.id">menu</a> + <a href="#" rel="#wall-item-photo-menu-$item.id" class="contact-photo-menu-button icon s16 menu" +id="wall-item-photo-menu-button-$item.id">menu</a> <ul class="contact-menu menu-popup" id="wall-item-photo-menu-$item.id"> $item.item_photo_menu </ul> @@ -21,7 +22,8 @@ </div> </div> <div class="wall-item-actions-author"> - <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle">$item.name</span></a> + <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span +class="wall-item-name$item.sparkle">$item.name</span></a> <span class="wall-item-ago">- {{ if $item.plink }}<a class="link" title="$item.plink.title" href="$item.plink.href" style="color: #999">$item.ago</a>{{ else }} $item.ago {{ endif }} {{ if $item.lock }} - <span class="fakelink" style="color: #999" onclick="lockview(event,$item.id);">$item.lock</span> {{ endif }} @@ -95,3 +97,4 @@ <div class="wall-item-comment-wrapper" > $item.comment </div> + |