mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12478] Re-add contact field events in ucp_pm_viewmessage.html.
PHPBB3-12478
This commit is contained in:
parent
03594b6443
commit
f34af2669d
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
<!-- END custom_fields -->
|
<!-- END custom_fields -->
|
||||||
<!-- EVENT ucp_pm_viewmessage_custom_fields_after -->
|
<!-- EVENT ucp_pm_viewmessage_custom_fields_after -->
|
||||||
|
|
||||||
|
<!-- EVENT ucp_pm_viewmessage_contact_fields_before -->
|
||||||
<!-- IF .contact -->
|
<!-- IF .contact -->
|
||||||
<dd class="profile-contact">
|
<dd class="profile-contact">
|
||||||
<strong>{L_CONTACT_USER}{L_COLON}</strong>
|
<strong>{L_CONTACT_USER}{L_COLON}</strong>
|
||||||
|
@ -59,6 +59,7 @@
|
||||||
</div>
|
</div>
|
||||||
</dd>
|
</dd>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT ucp_pm_viewmessage_contact_fields_after -->
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<div class="postbody">
|
<div class="postbody">
|
||||||
|
|
Loading…
Add table
Reference in a new issue