[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Lawrence # Pascal Held #%] [% 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.

[% PROCESS "global/field-descs.none.tmpl" %] [% 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 %] [% available_columns.$column_desc = column %] [% END %]
Available Columns
Selected Columns





[% IF saved_search %]

[% ELSE %] [% END %]

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