aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2014-11-09 02:31:20 +0100
committerOliver Schramm <oliver.schramm97@gmail.com>2014-11-09 02:31:20 +0100
commit98711450dd7b32435066d124d0e56c01897e578e (patch)
treedf29ed248b6b96cc82a97f876b28a6828036a879 /phpBB/adm/style
parent101945acf98b7fb765a90288bc7dd403ee610dd5 (diff)
downloadforums-98711450dd7b32435066d124d0e56c01897e578e.tar
forums-98711450dd7b32435066d124d0e56c01897e578e.tar.gz
forums-98711450dd7b32435066d124d0e56c01897e578e.tar.bz2
forums-98711450dd7b32435066d124d0e56c01897e578e.tar.xz
forums-98711450dd7b32435066d124d0e56c01897e578e.zip
[ticket/13309] Add event acp_email_options_after
PHPBB3-13309
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_email.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html
index 950ecb40b0..63acd7fcc1 100644
--- a/phpBB/adm/style/acp_email.html
+++ b/phpBB/adm/style/acp_email.html
@@ -47,6 +47,8 @@
<dd><input id="send" type="checkbox" class="radio" name="send_immediately" checked="checked" /></dd>
</dl>
+<!-- EVENT acp_email_options_after -->
+
<p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_EMAIL}" />&nbsp;
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />