[%# 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 = "Select classification" style_urls = ['skins/standard/admin.css'] %] [% FOREACH cl = classifications %] [% IF (cl.id == 1) %] [% ELSE %] [% END %] [%# don't allow user to delete the default id. %] [% IF (cl.id == 1) %] [% ELSE %] [% END %] [% END %]
Edit Classification ... Description Sortkey Products Action
[% cl.name FILTER html %] [% IF cl.description %] [% cl.description FILTER html_light %] [% ELSE %] none [% END %] [% cl.sortkey FILTER html %][% cl.product_count FILTER html %]reclassify ([% cl.product_count FILTER html %]) delete

Add a new classification.

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