From 0354373916176c202632a7cb8965b1afd578ab8d Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Fri, 13 Apr 2012 00:55:00 +0200 Subject: Bug 340439: Include classifications in config.cgi r/a=LpSolit --- template/en/default/config.rdf.tmpl | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'template/en/default/config.rdf.tmpl') diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 4fb51d109..c6ecac7ce 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -105,6 +105,23 @@ [% END %] +[% IF Param('useclassification') %] + + + [% FOREACH classification = classifications %] +
  • + + [% classification.name FILTER html %] + [% classification.description FILTER html %] + [% classification.sortkey FILTER html %] + +
  • + [% END %] +
    +
    +[% END %] + [% FOREACH product = products %] @@ -112,7 +129,9 @@ [% product.name FILTER html %] [% product.allows_unconfirmed FILTER html %] - + [% IF Param('useclassification') %] + [% class_names.${product.classification_id}.name FILTER html %] + [% END %] [% FOREACH component = product.components %] -- cgit v1.2.3-24-g4f1b