aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_buttons.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-12-04 16:35:11 -0800
committerMatt Friedman <maf675@gmail.com>2013-12-04 16:35:11 -0800
commit35da9ab9cfa183a8ffc364b48ecb85c8575a03f0 (patch)
treec260fa0d01361a5d19c98195eb7cdf9557ddbd27 /phpBB/styles/prosilver/template/posting_buttons.html
parent60a51eddd474b704f2b9bd3277f20578c69a32a1 (diff)
downloadforums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar
forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar.gz
forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar.bz2
forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar.xz
forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.zip
[ticket/12060] Add template events posting_editor_buttons_before/after
PHPBB3-12060
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_buttons.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_buttons.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html
index e8338c6c86..137970bbdf 100644
--- a/phpBB/styles/prosilver/template/posting_buttons.html
+++ b/phpBB/styles/prosilver/template/posting_buttons.html
@@ -59,6 +59,7 @@
</dl>
</div>
+<!-- EVENT posting_editor_buttons_before -->
<div id="format-buttons">
<input type="button" class="button2" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" />
<input type="button" class="button2" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" />
@@ -95,4 +96,5 @@
<input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
<!-- END custom_tags -->
</div>
+<!-- EVENT posting_editor_buttons_after -->
<!-- ENDIF -->