diff options
author | bugreport%peshkin.net <> | 2005-10-20 05:16:12 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2005-10-20 05:16:12 +0200 |
commit | b2966165174d850b13be0e25eba6e9053142ed00 (patch) | |
tree | 76dacbad2b7941d582dc095f7a06352533411ade /template/en/default/admin/params | |
parent | a38539a73699a6d03c6d129375cecde85267269a (diff) | |
download | bugzilla-b2966165174d850b13be0e25eba6e9053142ed00.tar.gz bugzilla-b2966165174d850b13be0e25eba6e9053142ed00.tar.xz |
Bug 149504 Permit a reference to a URL to be treated as an attachment
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/attachment.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/admin/params/attachment.html.tmpl b/template/en/default/admin/params/attachment.html.tmpl index 963d89e08..ef89c4af0 100644 --- a/template/en/default/admin/params/attachment.html.tmpl +++ b/template/en/default/admin/params/attachment.html.tmpl @@ -25,6 +25,9 @@ %] [% param_descs = { + 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 " _ @@ -44,4 +47,4 @@ convert_uncompressed_images => "If this option is on, attachments with content type image/bmp " _ "will be converted to image/png and compressed before uploading to " _ "the database to conserve disk space." } -%]
\ No newline at end of file +%] |