summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/attachment.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-04-18 05:19:35 +0200
committerlpsolit%gmail.com <>2006-04-18 05:19:35 +0200
commit246f6778660fe4a878b1f08eee175b1076c5e224 (patch)
treeea21520a5859f2820eefdefa74829783cc3116a9 /template/en/default/admin/params/attachment.html.tmpl
parent3811d9d8a825a4aadaea2ac8e489d410fe408e28 (diff)
downloadbugzilla-246f6778660fe4a878b1f08eee175b1076c5e224.tar.gz
bugzilla-246f6778660fe4a878b1f08eee175b1076c5e224.tar.xz
Bug 44595: Implement an interface for administrators to delete attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave
Diffstat (limited to 'template/en/default/admin/params/attachment.html.tmpl')
-rw-r--r--template/en/default/admin/params/attachment.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/admin/params/attachment.html.tmpl b/template/en/default/admin/params/attachment.html.tmpl
index ef89c4af0..785d91822 100644
--- a/template/en/default/admin/params/attachment.html.tmpl
+++ b/template/en/default/admin/params/attachment.html.tmpl
@@ -25,9 +25,13 @@
%]
[% param_descs = {
+ allow_attachment_deletion => "If this option is on, administrators will be able to delete " _
+ "the content of attachments.",
+
allow_attach_url => "If this option is on, it will be possible to " _
"specify a URL when creating an attachment and " _
"treat the URL itself as if it were an attachment.",
+
maxpatchsize => "The maximum size (in kilobytes) of patches. $terms.Bugzilla will not " _
"accept patches greater than this number of kilobytes in size. " _
"To accept patches of any size (subject to the limitations of " _