1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

Merge pull request #5371 from senky/ticket/15792

[ticket/15792] Add confirm_delete_body_delete_reason_before
This commit is contained in:
Marc Alexander
2018-10-13 15:52:36 -07:00
2 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,8 @@
</dl>
<!-- ENDIF -->
{% EVENT confirm_delete_body_delete_reason_before %}
<dl>
<dt><label for="delete_reason">{L_DELETE_REASON}{L_COLON}</label><br /><span>{L_DELETE_REASON_EXPLAIN}</span></dt>
<dd><input type="text" name="delete_reason" id="delete_reason" value="" class="inputbox autowidth" maxlength="120" size="45" /></dd>