[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # attachment: object of the attachment just created. # contenttypemethod: string. How we got the content type of the attachment. # Possible values: autodetect, list, manual. #%] [% bug = bugs.0 %] [% PROCESS "bug/show-header.html.tmpl" %] [% PROCESS global/header.html.tmpl title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id" %]
Note: Bugzilla automatically converted your BMP image file to a compressed PNG format.
[% END %] [% IF contenttypemethod == 'autodetect' %]Note: Bugzilla automatically detected the content type [% attachment.contenttype FILTER html %] for this attachment. If this is incorrect, correct the value by editing the attachment's details.
[% END %] [%# Links to more information about the changed bug. %] [% Hook.process("links") %]Create Another Attachment to [% terms.Bug %] [%+ attachment.bug_id %]
[% PROCESS bug/show.html.tmpl %]