mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12322] Added profile-custom-field class
PHPBB3-12322
This commit is contained in:
parent
1b922f2c64
commit
6dac8813d0
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
<!-- EVENT ucp_pm_viewmessage_custom_fields_before -->
|
<!-- EVENT ucp_pm_viewmessage_custom_fields_before -->
|
||||||
<!-- BEGIN custom_fields -->
|
<!-- BEGIN custom_fields -->
|
||||||
<!-- IF not custom_fields.S_PROFILE_CONTACT -->
|
<!-- 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 -->
|
<!-- ENDIF -->
|
||||||
<!-- END custom_fields -->
|
<!-- END custom_fields -->
|
||||||
<!-- EVENT ucp_pm_viewmessage_custom_fields_after -->
|
<!-- EVENT ucp_pm_viewmessage_custom_fields_after -->
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
<!-- EVENT viewtopic_body_postrow_custom_fields_before -->
|
<!-- EVENT viewtopic_body_postrow_custom_fields_before -->
|
||||||
<!-- BEGIN custom_fields -->
|
<!-- BEGIN custom_fields -->
|
||||||
<!-- IF not postrow.custom_fields.S_PROFILE_CONTACT -->
|
<!-- IF not postrow.custom_fields.S_PROFILE_CONTACT -->
|
||||||
<dd class="profile-{postrow.custom_fields.PROFILE_FIELD_IDENT}"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
|
<dd class="profile-custom-field profile-{postrow.custom_fields.PROFILE_FIELD_IDENT}"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- END custom_fields -->
|
<!-- END custom_fields -->
|
||||||
<!-- EVENT viewtopic_body_postrow_custom_fields_after -->
|
<!-- EVENT viewtopic_body_postrow_custom_fields_after -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue