[%# 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" %] [% title = BLOCK %] Edit the Custom Field '[% field.name FILTER html %]' ([% field.description FILTER html %]) [% END %] [% javascript = BLOCK %] [% INCLUDE "admin/custom_fields/cf-js.js.tmpl" %] [% END %] [% PROCESS global/header.html.tmpl title = title onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');" javascript_urls = [ 'js/util.js' ] doc_section = "custom-fields.html#edit-custom-fields" style_urls = ['skins/standard/admin.css'] %]

Descriptions are a very short string describing the field and will be used as the label for this field in the user interface.

[% IF field.type == constants.FIELD_TYPE_BUG_ID %] [% ELSE %] [% END %] [% IF field.is_select %] [% END %]
Name: [% field.name FILTER html %]
Type: [% field_types.${field.type} FILTER html %]

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.
 
  Edit legal values for this field.

[% IF field.obsolete %]

Remove this custom field from the database.
This action will only be successful if the custom field has never been used in [% terms.abug %].

[% END %]

Back to the list of existing custom fields

[% PROCESS global/footer.html.tmpl %]