tabs and total count for contacts page
This commit is contained in:
parent
94c7289a3f
commit
d75b6a00d4
3 changed files with 63 additions and 26 deletions
|
@ -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>
|
||||
|
|
|
@ -809,6 +809,9 @@ input#dfrn-url {
|
|||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
#contacts-search-end {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.contact-entry-direction-icon {
|
||||
margin-top: 24px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue