aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-11 19:28:26 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-11 19:28:26 +0200
commit237619792dd2d7b6c9e057307139e6bb52283df3 (patch)
tree8014696de22485bd052a9c0cdc1140fad4fd1f54 /phpBB/styles
parentcc1a304da6c8946cfd3d46fc08548109a8e1c05b (diff)
downloadforums-237619792dd2d7b6c9e057307139e6bb52283df3.tar
forums-237619792dd2d7b6c9e057307139e6bb52283df3.tar.gz
forums-237619792dd2d7b6c9e057307139e6bb52283df3.tar.bz2
forums-237619792dd2d7b6c9e057307139e6bb52283df3.tar.xz
forums-237619792dd2d7b6c9e057307139e6bb52283df3.zip
[ticket/11942] Always display delete reason
PHPBB3-11942
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/confirm_delete_body.html20
1 files changed, 8 insertions, 12 deletions
diff --git a/phpBB/styles/prosilver/template/confirm_delete_body.html b/phpBB/styles/prosilver/template/confirm_delete_body.html
index 2d4dde5cd5..e755a76ae6 100644
--- a/phpBB/styles/prosilver/template/confirm_delete_body.html
+++ b/phpBB/styles/prosilver/template/confirm_delete_body.html
@@ -11,12 +11,10 @@
</label>
<!-- ENDIF -->
- <!-- IF S_DELETE_REASON -->
- <label for="delete_reason">
- <strong>{L_DELETE_REASON}{L_COLON}</strong><br /><span>{L_DELETE_REASON_EXPLAIN}</span><br />
- <input type="text" name="delete_reason" value="" class="inputbox autowidth" maxlength="120" size="45" />
- </label>
- <!-- ENDIF -->
+ <label for="delete_reason">
+ <strong>{L_DELETE_REASON}{L_COLON}</strong><br /><span>{L_DELETE_REASON_EXPLAIN}</span><br />
+ <input type="text" name="delete_reason" value="" class="inputbox autowidth" maxlength="120" size="45" />
+ </label>
<!-- ENDIF -->
<fieldset class="submit-buttons">
@@ -51,12 +49,10 @@
</dl>
<!-- ENDIF -->
- <!-- IF S_DELETE_REASON -->
- <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>
- </dl>
- <!-- ENDIF -->
+ <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>
+ </dl>
</fieldset>
<!-- ENDIF -->