diff options
author | Pico88 <luki_9@wp.pl> | 2014-08-17 19:02:18 +0200 |
---|---|---|
committer | Pico88 <luki_9@wp.pl> | 2014-08-17 19:04:35 +0200 |
commit | 9d7deba67aa5503314ee829a492e8c82ea09820f (patch) | |
tree | 09cafdd3fb349987118f0a9160d8377be83547a5 /phpBB/styles/prosilver/template | |
parent | 4ff5aa18aeb26d9d48d93bcde69082bc969896ef (diff) | |
download | forums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar forums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar.gz forums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar.bz2 forums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar.xz forums-9d7deba67aa5503314ee829a492e8c82ea09820f.zip |
[ticket/12991] Have events after/before "add warning" field - user and post
PHPBB3-12991
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_warn_post.html | 4 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_warn_user.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html index 0dd2e14d92..59c7d0d495 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_post.html +++ b/phpBB/styles/prosilver/template/mcp_warn_post.html @@ -44,6 +44,8 @@ </div> </div> +<!-- EVENT mcp_warn_post_add_warning_field_before --> + <div class="panel"> <div class="inner"> @@ -64,6 +66,8 @@ </div> </div> +<!-- EVENT mcp_warn_post_add_warning_field_after --> + <fieldset class="submit-buttons"> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html index 1541f2e5f6..1ad6df7ade 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_user.html +++ b/phpBB/styles/prosilver/template/mcp_warn_user.html @@ -28,6 +28,8 @@ </div> </div> +<!-- EVENT mcp_warn_user_add_warning_field_before --> + <div class="panel"> <div class="inner"> @@ -48,6 +50,8 @@ </div> </div> +<!-- EVENT mcp_warn_user_add_warning_field_after --> + <fieldset class="submit-buttons"> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> |