[%# 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. #%] [% SWITCH field.type %] [% CASE [ constants.FIELD_TYPE_FREETEXT, constants.FIELD_TYPE_TEXTAREA, constants.FIELD_TYPE_UNKNOWN ] %] [% INCLUDE "bug/field-label.html.tmpl" field = field tag_name = "span" editable = 1 %] [% INCLUDE "search/type-select.html.tmpl" name = field.name _ "_type", types = types, selected = type_selected %] [% CASE constants.FIELD_TYPE_KEYWORDS %] [% INCLUDE "bug/field-label.html.tmpl" field = field tag_name = "span" editable = 1 %] [% INCLUDE "search/type-select.html.tmpl" name = field.name _ "_type", types = types, selected = type_selected %] [% CASE [constants.FIELD_TYPE_DATETIME, constants.FIELD_TYPE_DATE] %] [% INCLUDE "bug/field-label.html.tmpl" field = field tag_name = "span" editable = 1 %] from to (YYYY-MM-DD or relative dates) [% CASE [ constants.FIELD_TYPE_SINGLE_SELECT, constants.FIELD_TYPE_MULTI_SELECT ] %]
[% INCLUDE "bug/field-label.html.tmpl" field = field editable = 1 tag_name = "span" %]
[% IF value_controllers.${field.name}.defined %] [% END %] [% IF duplicates.${field.name}.keys.size %] [% SET field_dups = duplicates.${field.name} %] [% SET dup_counts = duplicate_count.${field.name} %] [% END %] [% END %] [%# END OF SWITCH %] [% BLOCK controller_js %] [%# If there are selected values already, we need to fire the # "change" event once the page has loaded, so we can set all # the values in all the other