mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 12:40:13 +01:00
[ticket/9778] Replaced "Find a member" with "Enter username"
When clicking on the "Users and groups" tab in the ACP, the user is able to either enter the username of the member he wants to manage or click on "Find a member" below the input field. Unfortunately, the label for the input field is also "Find a member", which leads some users to the idea that they can search for users using that input field. By changing the label to "Enter username" this should be clear to the user. PHPBB3-9778
This commit is contained in:
parent
fecca4ef21
commit
75a44a6970
@ -13,7 +13,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{L_SELECT_USER}</legend>
|
<legend>{L_SELECT_USER}</legend>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="username">{L_FIND_USERNAME}:</label></dt>
|
<dt><label for="username">{L_ENTER_USERNAME}:</label></dt>
|
||||||
<dd><input class="text medium" type="text" id="username" name="username" /></dd>
|
<dd><input class="text medium" type="text" id="username" name="username" /></dd>
|
||||||
<dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd>
|
<dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd>
|
||||||
<dd class="full" style="text-align: left;"><label><input type="checkbox" class="radio" id="anonymous" name="u" value="{ANONYMOUS_USER_ID}" /> {L_SELECT_ANONYMOUS}</label></dd>
|
<dd class="full" style="text-align: left;"><label><input type="checkbox" class="radio" id="anonymous" name="u" value="{ANONYMOUS_USER_ID}" /> {L_SELECT_ANONYMOUS}</label></dd>
|
||||||
|
@ -165,6 +165,7 @@ $lang = array_merge($lang, array(
|
|||||||
'EMPTY_MESSAGE_SUBJECT' => 'You must specify a subject when composing a new message.',
|
'EMPTY_MESSAGE_SUBJECT' => 'You must specify a subject when composing a new message.',
|
||||||
'ENABLED' => 'Enabled',
|
'ENABLED' => 'Enabled',
|
||||||
'ENCLOSURE' => 'Enclosure',
|
'ENCLOSURE' => 'Enclosure',
|
||||||
|
'ENTER_USERNAME' => 'Enter username',
|
||||||
'ERR_CHANGING_DIRECTORY' => 'Unable to change directory.',
|
'ERR_CHANGING_DIRECTORY' => 'Unable to change directory.',
|
||||||
'ERR_CONNECTING_SERVER' => 'Error connecting to the server.',
|
'ERR_CONNECTING_SERVER' => 'Error connecting to the server.',
|
||||||
'ERR_JAB_AUTH' => 'Could not authorise on Jabber server.',
|
'ERR_JAB_AUTH' => 'Could not authorise on Jabber server.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user