diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-17 18:44:13 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-17 18:44:13 -0700 |
commit | 1a1f9b296c163af850d68babfb844e617f154875 (patch) | |
tree | 3ded181e34a21908831021369680b5177bbab8a0 /view/contacts-top.tpl | |
parent | 478f84d9f2ccdad429aadb0d47b196db11c02945 (diff) | |
download | volse-hubzilla-1a1f9b296c163af850d68babfb844e617f154875.tar.gz volse-hubzilla-1a1f9b296c163af850d68babfb844e617f154875.tar.bz2 volse-hubzilla-1a1f9b296c163af850d68babfb844e617f154875.zip |
contact search + sync to personal edition, installer db check + curl proxy
Diffstat (limited to 'view/contacts-top.tpl')
-rw-r--r-- | view/contacts-top.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/contacts-top.tpl b/view/contacts-top.tpl index 20740ad87..2e56fa2ea 100644 --- a/view/contacts-top.tpl +++ b/view/contacts-top.tpl @@ -1,5 +1,17 @@ <h1>Contacts</h1> +$finding + +<div id="contacts-search-wrapper"> +<form id="contacts-search-form" action="$cmd" method="get" > +<input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="$search" /> +<input type="submit" name="submit" id="contacts-search-submit" value="$submit" /> +</form> +</div> +<div id="contacts-search-end"></div> + + + <div id="contacts-main" > <a href="$hide_url" id="contacts-show-hide-link">$hide_text</a> </div> |