[%# 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: # value: Bugzilla::Field::Choice; The field value we are editing. # field: Bugzilla::Field; The field this value belongs to. #%] [% title = BLOCK %] Edit Value '[% value.name FILTER html %]' for the '[% field.description FILTER html %]' ([% field.name FILTER html %]) field [% END %] [% PROCESS global/header.html.tmpl title = title %]
[% IF field.name == "bug_status" %] [% END %] [% IF field.value_field %] [% END %]
[% IF value.is_static %] [%- value.name FILTER html %] [% ELSE %] [% END %]
[% IF value.is_open %]Open[% ELSE %]Closed[% END %]
(Leave unset to have this value always appear.)
[% IF value.is_default %] This value is selected as default in the parameters for this field. It cannot be disabled. [% ELSIF value.is_static %] This value is non-deletable and cannot be disabled. [% END %] [% IF !(value.is_default OR value.is_static) %] [% END %]
[% PROCESS admin/fieldvalues/footer.html.tmpl no_edit_link = 1 %] [% PROCESS global/footer.html.tmpl %]