collapse the advanced directory search so that folks who think they're advanced but really aren't don't whinge about it.

This commit is contained in:
friendica
2014-03-08 19:04:07 -08:00
parent bef416a2d1
commit 80e381176e
2 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ function findpeople_widget() {
}
}
$advanced_search = ((local_user() && get_pconfig(local_user(),'feature','expert')) ? true : false);
$advanced_search = ((local_user() && get_pconfig(local_user(),'feature','expert')) ? t('Advanced') : false);
return replace_macros(get_markup_template('peoplefind.tpl'),array(
'$findpeople' => t('Find Channels'),