[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%]
[% IF show_attachment_flags %] [% END %] [% canseeprivate = !Param("insidergroup") || UserInGroup(Param("insidergroup")) %] [% FOREACH attachment = attachments %] [% IF !attachment.isprivate || canseeprivate %] [% IF show_attachment_flags %] [% END %] [% END %] [% END %] [% IF attachments.size %] [% ELSE %] [% END %]
Attachment Type Created SizeFlagsActions
[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] [% IF attachment.ispatch %] patch [% ELSE %] [% attachment.contenttype FILTER html %] [% END %] [% attachment.date FILTER time %] [% attachment.datasize FILTER unitconvert %] [% IF attachment.flags.size == 0 %] none [% ELSE %] [% FOREACH flag = attachment.flags %] [% IF flag.setter %] [% flag.setter.nick FILTER html %]: [% END %] [%+ flag.type.name FILTER html %][% flag.status %] [%+ IF flag.status == "?" && flag.requestee %] ([% flag.requestee.nick FILTER html %]) [% END %]
[% END %] [% END %]
[% IF attachment.canedit %] Edit [% END %] [% IF attachment.ispatch && patchviewerinstalled %] [% IF attachment.canedit %] | [% END %] Diff [% END %]
Create a New Attachment (proposed patch, testcase, etc.) View All View All