1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12991] Have events after/before "add warning" field - user and post

PHPBB3-12991
This commit is contained in:
Pico88
2014-08-17 19:02:18 +02:00
parent 4ff5aa18ae
commit 9d7deba67a
5 changed files with 50 additions and 0 deletions

View File

@@ -48,6 +48,8 @@
<form method="post" name="mcp" action="{U_POST_ACTION}">
<!-- EVENT mcp_warn_user_add_warning_field_before -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
<tr>
<th align="center">{L_ADD_WARNING}</th>
@@ -67,6 +69,9 @@
<td class="cat" align="center"><input class="btnmain" type="submit" name="action[add_warning]" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" /></td>
</tr>
</table>
<!-- EVENT mcp_warn_user_add_warning_field_after -->
{S_FORM_TOKEN}
</form>