aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-06 12:54:32 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-06 12:54:32 +0100
commit71169de8230812f2d05b87bfba42331e04663b81 (patch)
tree57ac21bd303f0a44f582f0d3bb047b0fc33de004 /phpBB/docs
parent4684ba08690b1a6e305d9f6bf8d38cacb86dc387 (diff)
parentdbe7154065fd4195395d620654ae7897e057a37e (diff)
downloadforums-71169de8230812f2d05b87bfba42331e04663b81.tar
forums-71169de8230812f2d05b87bfba42331e04663b81.tar.gz
forums-71169de8230812f2d05b87bfba42331e04663b81.tar.bz2
forums-71169de8230812f2d05b87bfba42331e04663b81.tar.xz
forums-71169de8230812f2d05b87bfba42331e04663b81.zip
Merge remote-tracking branch 'prototech/ticket/11241' into develop
* prototech/ticket/11241: [ticket/11241] Retain button gradient when menu is active. [ticket/11241] Fix the disappearing dropdown when responsive changes take effect [ticket/11241] Add border to dropdown menu options. [ticket/11241] Add events & var for extensions to dropdown. [ticket/11241] Fix the dropdown in RTL languages. [ticket/11241] Use DEFINE for the block. [ticket/11241] Consolidate topic actions into "Topic tools" dropdown. [ticket/11241] Add dropdown control button.
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 288ebb933e..0130362131 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -399,3 +399,17 @@ viewtopic_topic_title_prepend
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.0-a1
* Purpose: Add content directly before the topic title link on the View topic screen
+
+viewtopic_topic_tools_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_topic_tools.html
+* Since: 3.1.0-a3
+* Purpose: Add a new topic tool after the rest of the existing ones
+
+viewtopic_topic_tools_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_topic_tools.html
+* Since: 3.1.0-a3
+* Purpose: Add a new topic tool before the rest of the existing ones