[%# 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" %]
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 %] | [% IF (cl.id == 1) %][% cl.product_count FILTER html %] | [% ELSE %]reclassify ([% cl.product_count FILTER html %]) | [% END %] [%# don't allow user to delete the default id. %] [% IF (cl.id == 1) %][% ELSE %] | delete | [% END %]
Add a new classification | Add |