diff options
author | Michael <icarus@dabo.de> | 2012-02-19 20:09:42 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-02-19 20:09:42 +0100 |
commit | cafd4003522a472d2709569ea5eb5f80b817af23 (patch) | |
tree | bbd512126515afc929de06dce79ba847b9681092 /view/contacts-top.tpl | |
parent | 73e0e4d78341cb96ef9665a0ee4fb7e7ee2a701f (diff) | |
parent | a9ed5915cebcf51347acaad51d0c252e57bceaff (diff) | |
download | volse-hubzilla-cafd4003522a472d2709569ea5eb5f80b817af23.tar.gz volse-hubzilla-cafd4003522a472d2709569ea5eb5f80b817af23.tar.bz2 volse-hubzilla-cafd4003522a472d2709569ea5eb5f80b817af23.zip |
Merge remote branch 'upstream/master'
Conflicts:
view/theme/vier/style.css
Diffstat (limited to 'view/contacts-top.tpl')
-rwxr-xr-x | view/contacts-top.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/contacts-top.tpl b/view/contacts-top.tpl index 4dffda1ce..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,8 +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> -</div> |