aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-07 16:50:43 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-07 16:50:43 +0200
commitf3ea34b3110a2fea1a87c34c8683c1939dff7fef (patch)
treedf7b6d2f4fb7d863eec966f39d598784772ec87c /phpBB/styles/prosilver/template/viewtopic_body.html
parent3c448f889fba3dd2552d9b76ce2c8dca48f6bd3e (diff)
parente5b2dc922f1c2e94332ffcc5e9ea002ce5326837 (diff)
downloadforums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar.gz
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar.bz2
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.tar.xz
forums-f3ea34b3110a2fea1a87c34c8683c1939dff7fef.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 62dfcb1ebb..cebf2c1ff6 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -305,7 +305,9 @@
<form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">
<p class="post-notice deleted">
<strong>{L_POST_DELETED_ACTION}</strong>
- <input class="button2" type="submit" value="{L_DELETE}" name="action[disapprove]" />
+ <!-- IF postrow.S_DELETE_PERMANENT -->
+ <input class="button2" type="submit" value="{L_DELETE}" name="action[delete]" />
+ <!-- ENDIF -->
<input class="button1" type="submit" value="{L_RESTORE}" name="action[restore]" />
<input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />
{S_FORM_TOKEN}