aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-06-04 22:21:45 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-06-04 22:21:45 +0200
commit5e4f4b2dc6fa914f6ea62f37eb7d16db85e0de37 (patch)
treedee05ba7f885fb414bc955eeb6011e9302f892a9 /phpBB/styles/prosilver/template
parent0d4cd552fe2c56d1bbbfed16bb855195d45d4213 (diff)
parent9e985af1e885c5f99d7944f2367547b58b810569 (diff)
downloadforums-5e4f4b2dc6fa914f6ea62f37eb7d16db85e0de37.tar
forums-5e4f4b2dc6fa914f6ea62f37eb7d16db85e0de37.tar.gz
forums-5e4f4b2dc6fa914f6ea62f37eb7d16db85e0de37.tar.bz2
forums-5e4f4b2dc6fa914f6ea62f37eb7d16db85e0de37.tar.xz
forums-5e4f4b2dc6fa914f6ea62f37eb7d16db85e0de37.zip
Merge pull request #5612 from senky/ticket/15932
[ticket/15932] Disallow deleting locked attachments
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/ucp_attachments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html
index 696f621116..cfdbf9c7ea 100644
--- a/phpBB/styles/prosilver/template/ucp_attachments.html
+++ b/phpBB/styles/prosilver/template/ucp_attachments.html
@@ -44,7 +44,7 @@
</dt>
<dd class="extra">{attachrow.DOWNLOAD_COUNT}</dd>
<dd class="time"><span>{attachrow.POST_TIME}</span></dd>
- <dd class="mark"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></dd>
+ <dd class="mark"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1"{% if attachrow.S_LOCKED %} disabled title="{{ lang('ATTACHMENT_LOCKED') }}"{% endif %} /></dd>
</dl>
</li>
<!-- END attachrow -->