1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/12060] Add template events posting_editor_buttons_before/after

PHPBB3-12060
This commit is contained in:
Matt Friedman
2013-12-04 16:35:11 -08:00
parent 60a51eddd4
commit 35da9ab9cf
4 changed files with 24 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
<!-- IF S_BBCODE_ALLOWED -->
<!-- EVENT posting_editor_buttons_before -->
<input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
@@ -66,6 +67,7 @@
<!-- ENDIF -->
<!-- ENDIF -->
</select></span>
<!-- EVENT posting_editor_buttons_after -->
<!-- ENDIF -->
</td>
</tr>