[%# 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: # a: attachment object; attachment the user wants to delete. # token: string; The token used to identify the session. #%] [% title = BLOCK %] Delete Attachment [% a.id FILTER html %] of [% terms.Bug %] [%+ a.bug_id FILTER html %] [% END %] [% PROCESS global/header.html.tmpl title = title doc_section = "attachments.html" %]
Field Value
Attachment ID: [% a.id FILTER html %]
File name: [% a.filename FILTER html %]
Description: [% a.description FILTER html %]
Contained in [% terms.Bug %]: [% a.bug_id FILTER bug_link(a.bug_id) FILTER none %]
Creator: [% a.attacher.identity FILTER html %]
Creation Date: [% a.attached FILTER time %]

Confirmation

The content of this attachment will be deleted in an irreversible way.

Do you really want to delete this attachment?


No, cancel this deletion and return to [%+ "$terms.bug " _ a.bug_id FILTER bug_link(a.bug_id) FILTER none %].

[% PROCESS global/footer.html.tmpl %]