mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #3759 from Zoddo/ticket/14013
[ticket/14013] Add acp_forums_custom_settings event
This commit is contained in:
commit
8e80425c82
2 changed files with 8 additions and 0 deletions
|
@ -344,6 +344,8 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT acp_forums_custom_settings -->
|
||||||
|
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<legend>{L_SUBMIT}</legend>
|
<legend>{L_SUBMIT}</legend>
|
||||||
<input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" />
|
<input class="button1" type="submit" id="submit" name="update" value="{L_SUBMIT}" />
|
||||||
|
|
|
@ -22,6 +22,12 @@ acp_email_options_after
|
||||||
* Since: 3.1.2-RC1
|
* Since: 3.1.2-RC1
|
||||||
* Purpose: Add settings to mass email form
|
* Purpose: Add settings to mass email form
|
||||||
|
|
||||||
|
acp_forums_custom_settings
|
||||||
|
===
|
||||||
|
* Location: adm/style/acp_forums.html
|
||||||
|
* Since: 3.1.6-RC1
|
||||||
|
* Purpose: Add its own box (fieldset) for extension settings
|
||||||
|
|
||||||
acp_forums_main_settings_append
|
acp_forums_main_settings_append
|
||||||
===
|
===
|
||||||
* Location: adm/style/acp_forums.html
|
* Location: adm/style/acp_forums.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue