[ticket/12478] Re-add contact field events in ucp_pm_viewmessage.html.

PHPBB3-12478
This commit is contained in:
Cesar G 2014-05-02 12:50:16 -07:00
parent 03594b6443
commit f34af2669d

View file

@ -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">