aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/confirm_delete_body.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-11-03 22:53:54 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-11-03 22:53:54 +0100
commitdfcfccf537658b83401b78afc851239f4842a4e5 (patch)
tree62d71e8e77d5e446c64910119c00f534193a6e9f /phpBB/styles/prosilver/template/confirm_delete_body.html
parent6999d776d48831a48fa7f2882c7bbf767308e512 (diff)
downloadforums-dfcfccf537658b83401b78afc851239f4842a4e5.tar
forums-dfcfccf537658b83401b78afc851239f4842a4e5.tar.gz
forums-dfcfccf537658b83401b78afc851239f4842a4e5.tar.bz2
forums-dfcfccf537658b83401b78afc851239f4842a4e5.tar.xz
forums-dfcfccf537658b83401b78afc851239f4842a4e5.zip
[feature/soft-delete] Fix deleting via post editing
PHPBB3-9567
Diffstat (limited to 'phpBB/styles/prosilver/template/confirm_delete_body.html')
-rw-r--r--phpBB/styles/prosilver/template/confirm_delete_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/confirm_delete_body.html b/phpBB/styles/prosilver/template/confirm_delete_body.html
index 1e6e03ca0d..c56ee703a7 100644
--- a/phpBB/styles/prosilver/template/confirm_delete_body.html
+++ b/phpBB/styles/prosilver/template/confirm_delete_body.html
@@ -15,7 +15,7 @@
<dt><label for="delete_permanent">{L_DELETE_PERMANENTLY}:</label></dt>
<dd>
<label for="delete_permanent">
- <input id="delete_permanent" name="delete_permanent" type="checkbox" value="1" />
+ <input id="delete_permanent" name="delete_permanent" type="checkbox" value="1" {S_CHECKED_PERMANENT} />
<!-- IF S_TOPIC_MODE -->{L_DELETE_TOPIC_PERMANENTLY}<!-- ELSE -->{L_DELETE_POST_PERMANENTLY}<!-- ENDIF -->
</label>
</dd>