diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-06 15:31:39 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-06 15:31:39 +0000 |
commit | 6205be1e746dd51dface756fbeb8b7fc702e1d80 (patch) | |
tree | 5f6fc8a6fa8bc8f13d5511a3f8ac4bb148d60b5e /phpBB/adm/style/acp_prune_users.html | |
parent | 1e74ea85c5eebf9de7d29b1816ed5f8d9a02d638 (diff) | |
download | forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.gz forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.bz2 forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.xz forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.zip |
#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes
- simpler approach to get input cursor text
git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_prune_users.html')
-rw-r--r-- | phpBB/adm/style/acp_prune_users.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html index 8f1d03ec7a..1300ddffb2 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -12,23 +12,23 @@ <legend>{L_ACP_PRUNE_USERS}</legend> <dl> <dt><label for="username">{L_USERNAME}:</label></dt> - <dd><input type="text" class="text" id="username" name="username" /></dd> + <dd><input type="text" id="username" name="username" /></dd> </dl> <dl> <dt><label for="email">{L_EMAIL}:</label></dt> - <dd><input type="text" class="text" id="email" name="email" /></dd> + <dd><input type="text" id="email" name="email" /></dd> </dl> <dl> <dt><label for="joined">{L_JOINED}:</label><br /><span>{L_JOINED_EXPLAIN}</span></dt> - <dd><select name="joined_select">{S_JOINED_OPTIONS}</select> <input type="text" class="text" id="joined" name="joined" /></dd> + <dd><select name="joined_select">{S_JOINED_OPTIONS}</select> <input type="text" id="joined" name="joined" /></dd> </dl> <dl> <dt><label for="active">{L_LAST_ACTIVE}:</label><br /><span>{L_LAST_ACTIVE_EXPLAIN}</span></dt> - <dd><select name="active_select">{S_ACTIVE_OPTIONS}</select> <input type="text" class="text" id="active" name="active" /></dd> + <dd><select name="active_select">{S_ACTIVE_OPTIONS}</select> <input type="text" id="active" name="active" /></dd> </dl> <dl> <dt><label for="count">{L_POSTS}:</label></dt> - <dd><select name="count_select">{S_COUNT_OPTIONS}</select> <input type="text" class="text" id="count" name="count" /></dd> + <dd><select name="count_select">{S_COUNT_OPTIONS}</select> <input type="text" id="count" name="count" /></dd> </dl> <dl> <dt><label for="users">{L_ACP_PRUNE_USERS}:</label><br /><span>{L_SELECT_USERS_EXPLAIN}</span></dt> |