aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-17 18:44:13 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-17 18:44:13 -0700
commit1a1f9b296c163af850d68babfb844e617f154875 (patch)
tree3ded181e34a21908831021369680b5177bbab8a0 /view
parent478f84d9f2ccdad429aadb0d47b196db11c02945 (diff)
downloadvolse-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')
-rw-r--r--view/contacts-top.tpl12
-rw-r--r--view/theme/default/dfrn.gif (renamed from view/dfrn.gif)bin109 -> 109 bytes
-rw-r--r--view/theme/default/style.css1
3 files changed, 13 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>
diff --git a/view/dfrn.gif b/view/theme/default/dfrn.gif
index 104f42e51..104f42e51 100644
--- a/view/dfrn.gif
+++ b/view/theme/default/dfrn.gif
Binary files differ
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 456465a74..59ec1dd1e 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -556,6 +556,7 @@ input#dfrn-url {
}
#contacts-main {
+ margin-top: 20px;
margin-bottom: 20px;
}