1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12309] Template Event quickreply_editor_panel_before/after

PHPBB3-12309
This commit is contained in:
PayBas
2014-03-29 11:06:48 +01:00
committed by Joas Schilling
parent 7f6aff1d09
commit 0d84a42cd4
3 changed files with 20 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
<form method="post" action="{U_QR_ACTION}" id="qr_postform">
<!-- EVENT quickreply_editor_panel_before -->
<div class="panel">
<div class="inner">
<h2>{L_QUICKREPLY}</h2>
@@ -21,4 +22,5 @@
</fieldset>
</div>
</div>
<!-- EVENT quickreply_editor_panel_after -->
</form>