diff options
author | PayBas <contact@paybas.com> | 2014-06-25 17:16:52 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-08-07 18:08:46 +0200 |
commit | 5fedcf0fa88656eb35a73ba57e50081cd9898bdb (patch) | |
tree | 52290e6e5581e4e9cd93b33b978074eccef78d20 /phpBB/docs | |
parent | ba2c40cde939a3b88fc1ce3d3981b0b1d5ad7246 (diff) | |
download | forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar.gz forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar.bz2 forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar.xz forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.zip |
[ticket/12535] Make <a> adjust to the image width
PHPBB3-12535
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 044596073c..36fe252a97 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -879,6 +879,20 @@ ucp_agreement_terms_before * Since: 3.1.0-b3 * Purpose: Add content before the terms of agreement text at user registration +ucp_pm_viewmessage_avatar_after +=== +* Locations: + + styles/prosilver/template/ucp_pm_viewmessage.html +* Since: 3.1.0-RC2 +* Purpose: Add content right after the avatar when viewing a private message + +ucp_pm_viewmessage_avatar_before +=== +* Locations: + + styles/prosilver/template/ucp_pm_viewmessage.html +* Since: 3.1.0-RC2 +* Purpose: Add content right before the avatar when viewing a private message + ucp_pm_viewmessage_contact_fields_after === * Locations: @@ -1085,6 +1099,22 @@ viewtopic_print_head_append * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen +viewtopic_body_avatar_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-RC2 +* Purpose: Add content right after the avatar when viewing topics + +viewtopic_body_avatar_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-RC2 +* Purpose: Add content right before the avatar when viewing topics + viewtopic_body_contact_fields_after === * Locations: |