aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-13 20:38:00 -0800
committerfriendica <info@friendica.com>2012-02-13 20:38:00 -0800
commitd75b6a00d44c769991c0a7e40bd4a4021db340c6 (patch)
tree188962cd5f454c385f1d9cdde45ca2bae6717b40 /view
parent94c7289a3f7d8f401a892fd480f2b4b6ab166df9 (diff)
downloadvolse-hubzilla-d75b6a00d44c769991c0a7e40bd4a4021db340c6.tar.gz
volse-hubzilla-d75b6a00d44c769991c0a7e40bd4a4021db340c6.tar.bz2
volse-hubzilla-d75b6a00d44c769991c0a7e40bd4a4021db340c6.zip
tabs and total count for contacts page
Diffstat (limited to 'view')
-rwxr-xr-xview/contacts-top.tpl8
-rwxr-xr-xview/theme/duepuntozero/style.css3
2 files changed, 6 insertions, 5 deletions
diff --git a/view/contacts-top.tpl b/view/contacts-top.tpl
index b8972834c..09421a1d3 100755
--- a/view/contacts-top.tpl
+++ b/view/contacts-top.tpl
@@ -1,7 +1,9 @@
-<h1>$header</h1>
+<h1>$header{{ if $total }} ($total){{ endif }}</h1>
$finding
+$tabs
+
<div id="contacts-search-wrapper">
<form id="contacts-search-form" action="$cmd" method="get" >
<span class="contacts-search-desc">$desc</span>
@@ -13,7 +15,3 @@ $finding
-<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>
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 60fe4fb28..fbbcaab68 100755
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -809,6 +809,9 @@ input#dfrn-url {
width: 120px;
height: 120px;
}
+#contacts-search-end {
+ margin-bottom: 10px;
+}
.contact-entry-direction-icon {
margin-top: 24px;