diff options
author | David M <davidmj@users.sourceforge.net> | 2007-08-02 17:58:33 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-08-02 17:58:33 +0000 |
commit | 37973409f8c431e53b7964d53661c30468d98fc3 (patch) | |
tree | e395f769e30e2e4612ace0e68fe7c9e81421562a /phpBB/adm/style/acp_users_profile.html | |
parent | f684da8e932c8faf36e9c142768e0d97d6b65dec (diff) | |
download | forums-37973409f8c431e53b7964d53661c30468d98fc3.tar forums-37973409f8c431e53b7964d53661c30468d98fc3.tar.gz forums-37973409f8c431e53b7964d53661c30468d98fc3.tar.bz2 forums-37973409f8c431e53b7964d53661c30468d98fc3.tar.xz forums-37973409f8c431e53b7964d53661c30468d98fc3.zip |
#13936
git-svn-id: file:///svn/phpbb/trunk@7996 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_profile.html')
-rw-r--r-- | phpBB/adm/style/acp_users_profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_profile.html b/phpBB/adm/style/acp_users_profile.html index 69edb1159b..6a50887141 100644 --- a/phpBB/adm/style/acp_users_profile.html +++ b/phpBB/adm/style/acp_users_profile.html @@ -49,7 +49,7 @@ <legend>{L_USER_CUSTOM_PROFILE_FIELDS}</legend> <!-- BEGIN profile_fields --> <dl> - <dt><label>{profile_fields.LANG_NAME}:</label><!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt> + <dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}:</label><!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt> <dd>{profile_fields.FIELD}</dd> <!-- IF profile_fields.ERROR --> <dd><span class="small" style="color: red;">{profile_fields.ERROR}</span></dd> |