aboutsummaryrefslogtreecommitdiffstats
path: root/view/delegate.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-26 23:03:27 -0800
committerfriendica <info@friendica.com>2012-01-26 23:03:27 -0800
commit3197a6e8aaacef1fb504c90d97f291f133151429 (patch)
treed2cfbdf86c60912be8a91ec0d2d3ed6fb15c5454 /view/delegate.tpl
parent8fe51682590c1f9badf2efc6b4f7fc1ddcc2c31e (diff)
downloadvolse-hubzilla-3197a6e8aaacef1fb504c90d97f291f133151429.tar.gz
volse-hubzilla-3197a6e8aaacef1fb504c90d97f291f133151429.tar.bz2
volse-hubzilla-3197a6e8aaacef1fb504c90d97f291f133151429.zip
fix some changes lost from another branch
Diffstat (limited to 'view/delegate.tpl')
-rw-r--r--view/delegate.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/delegate.tpl b/view/delegate.tpl
index a12368216..9a7d2e18d 100644
--- a/view/delegate.tpl
+++ b/view/delegate.tpl
@@ -9,7 +9,7 @@
<div class="contact-block-div">
<a class="contact-block-link" href="#" >
-<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username" />
+<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username ($x.nickname)" />
</a>
</div>
@@ -26,7 +26,7 @@
<div class="contact-block-div">
<a class="contact-block-link" href="$base/delegate/remove/$x.uid" >
-<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username" />
+<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username ($x.nickname)" />
</a>
</div>
@@ -44,7 +44,7 @@ $none
<div class="contact-block-div">
<a class="contact-block-link" href="$base/delegate/add/$x.uid" >
-<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username" />
+<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username ($x.nickname)" />
</a>
</div>