[%# 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: # classifications: an array of classification objects containing # at least one product accessible by the user. #%] [% IF target == "enter_bug.cgi" %] [% title = "Select Classification" %] [% subheader = "Please select the classification." %] [% END %] [% DEFAULT title = "Choose the classification" %] [% PROCESS global/header.html.tmpl %] [% FOREACH class = classifications %] [% IF class.description %] [% END %] [% END %]
All:  Show all products
 
[% class.name FILTER html %]:  [% class.description FILTER html_light %]
[% PROCESS global/footer.html.tmpl %]