diff options
Diffstat (limited to 'view/contacts-top.tpl')
-rwxr-xr-x | view/contacts-top.tpl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/view/contacts-top.tpl b/view/contacts-top.tpl index b8972834c..fca3efd54 100755 --- a/view/contacts-top.tpl +++ b/view/contacts-top.tpl @@ -1,4 +1,4 @@ -<h1>$header</h1> +<h1>$header{{ if $total }} ($total){{ endif }}</h1> $finding @@ -11,9 +11,8 @@ $finding </div> <div id="contacts-search-end"></div> +$tabs + + -<div id="contacts-main" > -<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> |