From 1f6ed9be7b15842f750a989a909f2ec64d0fb2ad Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 7 Oct 2004 14:12:39 +0000 Subject: Patch for bug 256567: Harmonize descriptions of classifications and products in terms of 'FILTER html'; patch by Marc Schumann ; r=justdave, kiko, a=justdave. --- .../en/default/admin/classifications/del.html.tmpl | 2 +- .../en/default/admin/classifications/edit.html.tmpl | 2 +- .../admin/classifications/reclassify.html.tmpl | 2 +- .../default/admin/classifications/select.html.tmpl | 2 +- template/en/default/filterexceptions.pl | 20 ++++++++++++++++++++ .../default/global/choose-classification.html.tmpl | 2 +- 6 files changed, 25 insertions(+), 5 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl index 008971562..1430e093d 100644 --- a/template/en/default/admin/classifications/del.html.tmpl +++ b/template/en/default/admin/classifications/del.html.tmpl @@ -36,7 +36,7 @@ Description: [% IF description %] - [% description FILTER html %] + [% description %] [% ELSE %] description missing [% END %] diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl index ebc16e82e..6c58836d7 100644 --- a/template/en/default/admin/classifications/edit.html.tmpl +++ b/template/en/default/admin/classifications/edit.html.tmpl @@ -31,7 +31,7 @@ Description: - + Edit products diff --git a/template/en/default/admin/classifications/reclassify.html.tmpl b/template/en/default/admin/classifications/reclassify.html.tmpl index d860f67cf..5d4cb73e4 100644 --- a/template/en/default/admin/classifications/reclassify.html.tmpl +++ b/template/en/default/admin/classifications/reclassify.html.tmpl @@ -35,7 +35,7 @@ Description: [% IF description %] - [% description FILTER html %] + [% description %] [% ELSE %] description missing [% END %] diff --git a/template/en/default/admin/classifications/select.html.tmpl b/template/en/default/admin/classifications/select.html.tmpl index 5908375d2..0c0d3d392 100644 --- a/template/en/default/admin/classifications/select.html.tmpl +++ b/template/en/default/admin/classifications/select.html.tmpl @@ -38,7 +38,7 @@ [% cl.classification FILTER html %] [% IF cl.description %] - [% cl.description FILTER html %] + [% cl.description %] [% ELSE %] none [% END %] diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 7f8ea18a7..f0267a606 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -252,6 +252,10 @@ 'VERSION', ], +'global/choose-classification.html.tmpl' => [ + 'classdesc.$p', +], + 'global/choose-product.html.tmpl' => [ 'target', 'proddesc.$p', @@ -495,6 +499,22 @@ 'c.content' ], +'admin/classifications/del.html.tmpl' => [ + 'description', +], + +'admin/classifications/edit.html.tmpl' => [ + 'description', +], + +'admin/classifications/reclassify.html.tmpl' => [ + 'description', +], + +'admin/classifications/select.html.tmpl' => [ + 'cl.description', +], + 'admin/products/groupcontrol/confirm-edit.html.tmpl' => [ 'group.count', ], diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl index b7b8fb66e..1d52b3686 100644 --- a/template/en/default/global/choose-classification.html.tmpl +++ b/template/en/default/global/choose-classification.html.tmpl @@ -54,7 +54,7 @@ [% IF classdesc.$p %] -  [% classdesc.$p FILTER html %] +  [% classdesc.$p %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b