Bug 333407: file_too_large error should mention AttachURL when enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk

git-svn-id: svn://10.0.0.236/trunk@203729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2006-07-26 16:39:42 +00:00
parent 6bf2db1853
commit 40a987608a

View File

@@ -435,10 +435,15 @@
kilobytes (KB) in size. Non-patch attachments cannot be more than
[%+ Param('maxattachmentsize') %] KB. <br>
We recommend that you store your attachment elsewhere on the web,
and then insert a link to it in a comment, or in the URL field
for this [% terms.bug %]. Alternately, if your attachment is an image,
you could convert it to a compressible format like JPG or PNG and try
again.
[% IF Param("allow_attach_url") %]
and then specify the URL to this file on the attachment
creation page in the <b>AttachURL</b> field.
[% ELSE %]
and then insert the URL to it in a comment, or in the URL field
for this [% terms.bug %].
[% END %]
<p>Alternately, if your attachment is an image, you could convert
it to a compressible format like JPG or PNG and try again.
[% ELSIF error == "flag_not_multiplicable" %]
[% docslinks = {'flags-overview.html' => 'An overview on Flags',