557a7d0cec
- 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.
19 lines
525 B
Smarty
19 lines
525 B
Smarty
<h1>$header</h1>
|
|
|
|
$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>
|
|
</div>
|
|
<div id="contacts-search-end"></div>
|
|
|
|
|
|
|
|
<div id="contacts-main" >
|
|
<a href="$hide_url" id="contacts-show-hide-link">$hide_text</a>
|
|
</div>
|