[%# 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 #%] [% 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.

[% PROCESS "admin/custom_fields/edit-common.html.tmpl" field = 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 %]