Search form update
git-svn-id: http://piwigo.org/svn/trunk@629 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
93c3c7d6e3
commit
19be28e415
7 changed files with 75 additions and 68 deletions
|
|
@ -39,7 +39,7 @@ $template->assign_vars(array(
|
|||
|
||||
'L_SEARCH_USERNAME'=>$lang['Find_username'],
|
||||
'L_SEARCH'=>$lang['search'],
|
||||
'L_SEARCH_EXPLAIN'=>$lang['Search_author_explain'],
|
||||
'L_SEARCH_EXPLAIN'=>$lang['search_explain'],
|
||||
'L_SELECT'=>$lang['Select'],
|
||||
'L_UPDATE_USERNAME'=>$lang['Look_up_user'],
|
||||
'L_CLOSE_WINDOW'=>$lang['Close'],
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ function username_search($search_match)
|
|||
'L_UPDATE_USERNAME' => $lang['Select_username'],
|
||||
'L_SELECT' => $lang['Select'],
|
||||
'L_SEARCH' => $lang['Search'],
|
||||
'L_SEARCH_EXPLAIN' => $lang['Search_author_explain'],
|
||||
'L_SEARCH_EXPLAIN' => $lang['search_explain'],
|
||||
'L_CLOSE_WINDOW' => $lang['Close_window'],
|
||||
|
||||
'S_USERNAME_OPTIONS' => $username_list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue