[%# 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 %]
[% PROCESS admin/fieldvalues/footer.html.tmpl no_edit_link = 1 %] [% PROCESS global/footer.html.tmpl %]