[%# 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: # field: Bugzila::Field; the current field being edited #%] [% PROCESS "global/field-descs.none.tmpl" %] [% IF !field || field.is_select || field.type == constants.FIELD_TYPE_BUG_ID %] [% IF field.is_select %] [% ELSE %] [% END %] [% IF !field || field.is_select %] [% ELSE %] [% END %] [% END %]
[% IF field %] [% field.name FILTER html %] [% ELSE %] [% END %]
[% IF field %] [% field_types.${field.type} FILTER html %] [% ELSE %] [% END %]
Long Description: [% INCLUDE global/textarea.html.tmpl name = 'long_desc' id = 'long_desc' minrows = 3 maxrows = 5 cols = 46 defaultcontent = field.long_desc %]

  Edit legal values for this field.
Use this label for the list of [% terms.bugs %] that link to [% terms.abug %] with this [% field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %] field. For example, if the description is "Is a duplicate of", the reverse description would be "Duplicates of this [% terms.bug %]". Leave blank to disable the list for this field.