add a searchbox to "find friends" for global search

This commit is contained in:
tommy tomson
2012-03-28 23:07:34 +02:00
parent 1a9bbac0be
commit aa26517cdc
8 changed files with 70 additions and 9 deletions
+7
View File
@@ -147,6 +147,13 @@ function diabook_community_info(){
$nv['suggest'] = Array('suggest', t('Friend Suggestions'), "", "");
$nv['invite'] = Array('invite', t('Invite Friends'), "", "");
$nv['search'] = '<form name="simple_bar" method="get" action="http://dir.friendika.com/directory">
<span class="sbox_l"></span>
<span class="sbox">
<input type="text" name="search" size="13" maxlength="50">
</span>
<span class="sbox_r" id="srch_clear"></span>';
$aside['$nv'] = $nv;
};