[%# 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. #%] [% PROCESS global/header.html.tmpl title = "Change Columns" javascript_urls = [ "js/change-columns.js" ] onload = "initChangeColumns()" %]

Select the columns you wish to appear in your [% terms.bug %] lists. Note that this feature requires cookies to work.

[% field_descs.short_short_desc = "Summary (first 60 characters)" %] [% field_descs.short_desc = "Summary (Full)" %] [% field_descs.assigned_to_realname = "$field_descs.assigned_to Real Name" %] [% field_descs.reporter_realname = "$field_descs.reporter Real Name" %] [% field_descs.qa_contact_realname = "$field_descs.qa_contact Real Name" %] [%# Create a mapping of field descriptions to field names, so that # the "Available Columns" list can be sorted alphabetically by # field description. #%] [% SET available_columns = {} %] [% FOREACH column = columns.keys %] [% NEXT IF collist.contains(column) %] [%# We lowecase the keys so that the sort happens case-insensitively. %] [% SET column_desc = field_descs.$column || column FILTER lower FILTER html %] [% available_columns.$column_desc = column %] [% END %]
Available Columns
Selected Columns





[% IF saved_search %]

[% ELSE %] [% END %]

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