[ticket/12060] Rename event from append to after in acp_bbcodes.html

PHPBB3-12060
This commit is contained in:
Matt Friedman 2013-12-13 13:34:58 -08:00
parent b26e4dd42c
commit 8864c601a2
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
</dl> </dl>
</fieldset> </fieldset>
<!-- EVENT acp_bbcodes_edit_form_append --> <!-- EVENT acp_bbcodes_edit_fieldsets_after -->
<fieldset class="submit-buttons"> <fieldset class="submit-buttons">
<legend>{L_SUBMIT}</legend> <legend>{L_SUBMIT}</legend>

View file

@ -10,7 +10,7 @@ acp_bbcodes_actions_prepend
* Since: 3.1.0-a3 * Since: 3.1.0-a3
* Purpose: Add actions to the BBCodes page, before edit/delete buttons * Purpose: Add actions to the BBCodes page, before edit/delete buttons
acp_bbcodes_edit_form_append acp_bbcodes_edit_fieldsets_after
=== ===
* Location: adm/style/acp_bbcodes.html * Location: adm/style/acp_bbcodes.html
* Since: 3.1.0-a3 * Since: 3.1.0-a3