[%# 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. #%]
[% 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 %]
Mark as Duplicate
[% ELSIF bug.dup_id %] of [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] [% END %]