aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2010-09-10 07:23:55 -0700
committerMarc Alexander <admin@m-a-styles.de>2011-10-30 15:46:52 +0100
commit75a44a6970136122c17756522e25814d4015035b (patch)
treed9ba0f114df1f6ffb694786361da1e9b84a3c064 /phpBB/adm/style
parentfecca4ef21e15673c4d3fff27e528afbee127a91 (diff)
downloadforums-75a44a6970136122c17756522e25814d4015035b.tar
forums-75a44a6970136122c17756522e25814d4015035b.tar.gz
forums-75a44a6970136122c17756522e25814d4015035b.tar.bz2
forums-75a44a6970136122c17756522e25814d4015035b.tar.xz
forums-75a44a6970136122c17756522e25814d4015035b.zip
[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
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_users.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html
index e266654649..d5a29a21cc 100644
--- a/phpBB/adm/style/acp_users.html
+++ b/phpBB/adm/style/acp_users.html
@@ -13,7 +13,7 @@
<fieldset>
<legend>{L_SELECT_USER}</legend>
<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>[ <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>