mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9657] Correctly split disapproving from perma deleting posts
PHPBB3-9657
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<label><input type="checkbox" name="notify_poster" checked="checked" /> <!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></label>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_APPROVE and not S_RESTORE -->
|
||||
<!-- IF not S_APPROVE and not S_RESTORE and .reason -->
|
||||
<label><strong>{L_DISAPPROVE_REASON}{L_COLON}</strong>
|
||||
<select name="reason_id">
|
||||
<!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason -->
|
||||
@@ -45,7 +45,7 @@
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_APPROVE and not S_RESTORE -->
|
||||
<!-- IF not S_APPROVE and not S_RESTORE and .reason -->
|
||||
<dl class="fields2 nobg">
|
||||
<dt><label>{L_DISAPPROVE_REASON}{L_COLON}</label></dt>
|
||||
<dd><select name="reason_id">
|
||||
|
Reference in New Issue
Block a user