diff options
author | PayBas <contact@paybas.com> | 2014-04-01 10:24:50 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-01 10:58:44 +0200 |
commit | 6dac8813d00701088fe17a4d2f5fc4d0dc5f3a59 (patch) | |
tree | f873f680a60ffae13dfc2206f00f8394815af4c1 /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | |
parent | 1b922f2c642bae90c71a3f399427f5b9762111f7 (diff) | |
download | forums-6dac8813d00701088fe17a4d2f5fc4d0dc5f3a59.tar forums-6dac8813d00701088fe17a4d2f5fc4d0dc5f3a59.tar.gz forums-6dac8813d00701088fe17a4d2f5fc4d0dc5f3a59.tar.bz2 forums-6dac8813d00701088fe17a4d2f5fc4d0dc5f3a59.tar.xz forums-6dac8813d00701088fe17a4d2f5fc4d0dc5f3a59.zip |
[ticket/12322] Added profile-custom-field class
PHPBB3-12322
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 242fab185c..f14e4708e7 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -28,7 +28,7 @@ <!-- EVENT ucp_pm_viewmessage_custom_fields_before --> <!-- BEGIN custom_fields --> <!-- IF not custom_fields.S_PROFILE_CONTACT --> - <dd class="profile-{custom_fields.PROFILE_FIELD_IDENT}"><strong>{custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {custom_fields.PROFILE_FIELD_VALUE}</dd> + <dd class="profile-custom-field profile-{custom_fields.PROFILE_FIELD_IDENT}"><strong>{custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {custom_fields.PROFILE_FIELD_VALUE}</dd> <!-- ENDIF --> <!-- END custom_fields --> <!-- EVENT ucp_pm_viewmessage_custom_fields_after --> |