make search and advanced search use the same input form

This commit is contained in:
marijus
2014-11-12 10:27:13 +01:00
parent ada2e43ea2
commit 1ed144b83c
3 changed files with 9 additions and 19 deletions

View File

@@ -29,8 +29,7 @@ function findpeople_widget() {
'$random' => t('Random Profile'),
'$inv' => t('Invite Friends'),
'$advanced_search' => $advanced_search,
'$advanced_hint' => t('Exammple: name=fred and country=iceland'),
'$find_advanced' => t('Advanced Find'),
'$advanced_hint' => "\r\n" . t('Advanced example: name=fred and country=iceland'),
'$loggedin' => local_user()
));