mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
986ba65bff
@ -652,6 +652,13 @@ attachment_file_prepend
|
|||||||
* Since: 3.1.6-RC1
|
* Since: 3.1.6-RC1
|
||||||
* Purpose: Add custom attachment types displaying to the top of attachment block.
|
* Purpose: Add custom attachment types displaying to the top of attachment block.
|
||||||
|
|
||||||
|
confirm_delete_body_delete_reason_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/confirm_delete_body.html
|
||||||
|
* Since: 3.2.4-RC1
|
||||||
|
* Purpose: Add custom text to the confirmation of a post that is deleted.
|
||||||
|
|
||||||
forumlist_body_category_header_after
|
forumlist_body_category_header_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -49,6 +49,8 @@
|
|||||||
</dl>
|
</dl>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
{% EVENT confirm_delete_body_delete_reason_before %}
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="delete_reason">{L_DELETE_REASON}{L_COLON}</label><br /><span>{L_DELETE_REASON_EXPLAIN}</span></dt>
|
<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>
|
<dd><input type="text" name="delete_reason" id="delete_reason" value="" class="inputbox autowidth" maxlength="120" size="45" /></dd>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user