From 37973409f8c431e53b7964d53661c30468d98fc3 Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 2 Aug 2007 17:58:33 +0000 Subject: [PATCH] #13936 git-svn-id: file:///svn/phpbb/trunk@7996 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_profile.html | 2 +- phpBB/docs/CHANGELOG.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ {L_USER_CUSTOM_PROFILE_FIELDS}
-

{profile_fields.LANG_EXPLAIN}
+
for="{profile_fields.FIELD_ID}">{profile_fields.LANG_NAME}:
{profile_fields.LANG_EXPLAIN}
{profile_fields.FIELD}
{profile_fields.ERROR}
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 27cc0f0e1e..094ba562fb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -201,6 +201,7 @@ p a {
  • [Fix] Only list enabled modes within the dropdown at user administration (Bug #13883) - patch provided by damnian
  • [Fix] Properly display ban reason if selecting banned entries within the ACP (Bug #13896)
  • [Fix] Properly parse SQL expressions for Oracle (Bug #13916)
  • +
  • [Fix] Added label bindings to the custom profile fields in the ACP (Bug #13936) - patch provided by damnian