diff options
author | Friendika <info@friendika.com> | 2011-10-11 18:24:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-11 18:24:37 -0700 |
commit | 557a7d0cec31a36d12898429c479c71671833dfd (patch) | |
tree | ab1781533e91b63b86a2ef726c65092ad8009efb /view/contacts-top.tpl | |
parent | caf18164f0f7bd336e61d4393dabf6d93c739879 (diff) | |
download | volse-hubzilla-557a7d0cec31a36d12898429c479c71671833dfd.tar.gz volse-hubzilla-557a7d0cec31a36d12898429c479c71671833dfd.tar.bz2 volse-hubzilla-557a7d0cec31a36d12898429c479c71671833dfd.zip |
stuff
- background the external network notifications (Facebook, Twitter, Statusnet)
- add vimeo support
- consolidate editor video options (insert video, regardless of source)
- add "Connector Settings" page purely for configuring connectors
- moved mailbox settings to Connectors
- Move the "Connect/Follow" dialogue out of "find people" and move to top.
- Add "Find People" dialogue
- minor theme edits on duepuntozero and testbubble to make all this stuff work
- A bit of theming on duepunto notifications to eliminate the gigantic Diaspora profile photos.
Diffstat (limited to 'view/contacts-top.tpl')
-rw-r--r-- | view/contacts-top.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/contacts-top.tpl b/view/contacts-top.tpl index 324980093..4dffda1ce 100644 --- a/view/contacts-top.tpl +++ b/view/contacts-top.tpl @@ -4,6 +4,7 @@ $finding <div id="contacts-search-wrapper"> <form id="contacts-search-form" action="$cmd" method="get" > +<span class="contacts-search-desc">$desc</span> <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> |