mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14520] Add ucp_pm_viewmessage_options_before
PHPBB3-14520
This commit is contained in:
parent
dbd9c1f242
commit
8e3a38e80d
2 changed files with 8 additions and 0 deletions
|
@ -2113,6 +2113,13 @@ ucp_pm_viewmessage_custom_fields_before
|
||||||
* Purpose: Add data before the custom fields on the user profile when viewing
|
* Purpose: Add data before the custom fields on the user profile when viewing
|
||||||
a private message
|
a private message
|
||||||
|
|
||||||
|
ucp_pm_viewmessage_options_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_pm_viewmessage.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add content right before display options
|
||||||
|
|
||||||
ucp_pm_viewmessage_post_buttons_after
|
ucp_pm_viewmessage_post_buttons_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -146,6 +146,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT ucp_pm_viewmessage_options_before -->
|
||||||
<!-- IF S_VIEW_MESSAGE -->
|
<!-- IF S_VIEW_MESSAGE -->
|
||||||
<fieldset class="display-options">
|
<fieldset class="display-options">
|
||||||
<!-- IF U_PREVIOUS_PM --><a href="{U_PREVIOUS_PM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_PM}</a><!-- ENDIF -->
|
<!-- IF U_PREVIOUS_PM --><a href="{U_PREVIOUS_PM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_PM}</a><!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue