[%# 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): Gervase Markham # Vaskin Kissoyan # Frédéric Buclin # Guy Pyrzak #%] [% PROCESS global/variables.none.tmpl %]
[% PROCESS bug/field.html.tmpl no_tds = 1 field = bug_fields.bug_status value = bug.bug_status override_legal_values = bug.choices.bug_status editable = bug.choices.bug_status.size > 1 %] [% IF bug.resolution OR bug.check_can_change_field('resolution', bug.resolution, 1) %] [% END %] [% PROCESS bug/field.html.tmpl no_tds = 1 field = bug_fields.resolution value = bug.resolution override_legal_values = bug.choices.resolution editable = bug.check_can_change_field('resolution', bug.resolution, 1) %] [% IF bug.check_can_change_field('dup_id', 0, 1) %] of [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] (edit) [% IF bug.dup_id %] [% END %] [% ELSIF bug.dup_id %] of [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] [% END %]