diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-09-01 22:43:54 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-09-01 22:43:54 +0200 |
| commit | d86817ef07de8d6b581dd50c5a18796ceea7f471 (patch) | |
| tree | 8dc359a0d20649757b3b92952ab78cfb90186693 /phpBB/styles/prosilver | |
| parent | 97c798a375dc5277ce03fccb1682cb0f0cebc976 (diff) | |
| parent | 7fc550aedcf6c2cde1aa6030fca1033093e8216e (diff) | |
| download | forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar.gz forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar.bz2 forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar.xz forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.zip | |
Merge pull request #2887 from Pico/ticket/12991
[ticket/12991] Have events after/before "add warning" field - user and post
Diffstat (limited to 'phpBB/styles/prosilver')
| -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" /> |
