mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12060] Rename event from append to after in acp_bbcodes.html
PHPBB3-12060
This commit is contained in:
parent
b26e4dd42c
commit
8864c601a2
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue