diff options
author | friendica <info@friendica.com> | 2012-02-11 03:07:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-11 03:07:15 -0800 |
commit | da946bb9b0905a2126e7234c6c85157bd7978102 (patch) | |
tree | 34e31cb598739060d3ccbe8f0cfe6e93ebaaa0be /view/contacts-top.tpl | |
parent | 1d5f1723e0a9100783f3999c49c1d60c4ad69541 (diff) | |
download | volse-hubzilla-da946bb9b0905a2126e7234c6c85157bd7978102.tar.gz volse-hubzilla-da946bb9b0905a2126e7234c6c85157bd7978102.tar.bz2 volse-hubzilla-da946bb9b0905a2126e7234c6c85157bd7978102.zip |
bug #278 show only blocked contacts
Diffstat (limited to 'view/contacts-top.tpl')
-rwxr-xr-x | view/contacts-top.tpl | 3 |
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> |