aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-11-20 19:02:06 +0100
committerJakub Senko <jakubsenko@gmail.com>2016-11-20 19:02:06 +0100
commit8e3a38e80de93958b68e9c6d4137d99774434c9f (patch)
treea24c476124f228f5e37fd390699af02001ba7331
parentdbd9c1f242ae7c7660feddf2677d41aa82bd21b4 (diff)
downloadforums-8e3a38e80de93958b68e9c6d4137d99774434c9f.tar
forums-8e3a38e80de93958b68e9c6d4137d99774434c9f.tar.gz
forums-8e3a38e80de93958b68e9c6d4137d99774434c9f.tar.bz2
forums-8e3a38e80de93958b68e9c6d4137d99774434c9f.tar.xz
forums-8e3a38e80de93958b68e9c6d4137d99774434c9f.zip
[ticket/14520] Add ucp_pm_viewmessage_options_before
PHPBB3-14520
-rw-r--r--phpBB/docs/events.md7
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html1
2 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 0ebaf8f3e0..dc423c7005 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -2113,6 +2113,13 @@ ucp_pm_viewmessage_custom_fields_before
* Purpose: Add data before the custom fields on the user profile when viewing
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
===
* Locations:
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index d92b90a045..009a9bf975 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -146,6 +146,7 @@
</div>
</div>
+<!-- EVENT ucp_pm_viewmessage_options_before -->
<!-- IF S_VIEW_MESSAGE -->
<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 -->