[%# 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: object; the field object that you are trying to delete. # token: string; the delete_field token required to complete deletion. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% title = BLOCK %] Delete the Custom Field '[% field.name FILTER html %]' ([% field.description FILTER html %]) [% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] doc_section = "custom-fields.html#delete-custom-fields" %]
Field Value
Custom Field [% field.name FILTER html %]
Description [% field.description FILTER html %]
Type [% field_types.${field.type} FILTER html %]

Confirmation

Are you sure you want to remove this field from the database?
This action will only be successful if the field is obsolete, and has never been used in [% terms.abug FILTER html %].

Delete field '[% field.description FILTER html %]'

Back to the list of existing custom fields

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