aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-11 03:07:15 -0800
committerfriendica <info@friendica.com>2012-02-11 03:07:15 -0800
commitda946bb9b0905a2126e7234c6c85157bd7978102 (patch)
tree34e31cb598739060d3ccbe8f0cfe6e93ebaaa0be /view
parent1d5f1723e0a9100783f3999c49c1d60c4ad69541 (diff)
downloadvolse-hubzilla-da946bb9b0905a2126e7234c6c85157bd7978102.tar.gz
volse-hubzilla-da946bb9b0905a2126e7234c6c85157bd7978102.tar.bz2
volse-hubzilla-da946bb9b0905a2126e7234c6c85157bd7978102.zip
bug #278 show only blocked contacts
Diffstat (limited to 'view')
-rwxr-xr-xview/contacts-top.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/contacts-top.tpl b/view/contacts-top.tpl
index 4dffda1ce..b8972834c 100755
--- a/view/contacts-top.tpl
+++ b/view/contacts-top.tpl
@@ -14,5 +14,6 @@ $finding
<div id="contacts-main" >
-<a href="$hide_url" id="contacts-show-hide-link">$hide_text</a>
+<a href="$hide_url" id="contacts-show-hide-link">$hide_text</a><br />
+<a href="$all_url" id="contacts-show-all-link">$all_text</a><br />
</div>