From 723ec9b91499287f788b375520679514f64cee06 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 8 Jan 2007 08:51:28 +0000 Subject: Bug 365503 admin/products/footer produces invalid markup patch by bmo2007@rsz.jp r=timeless a=justdave --- template/en/default/admin/products/footer.html.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/products/footer.html.tmpl') diff --git a/template/en/default/admin/products/footer.html.tmpl b/template/en/default/admin/products/footer.html.tmpl index fd10fcf37..e3369e0fd 100644 --- a/template/en/default/admin/products/footer.html.tmpl +++ b/template/en/default/admin/products/footer.html.tmpl @@ -30,6 +30,7 @@ #%] [% IF Param('useclassification') && classification %] +

[% classification_url_part = BLOCK %]&classification= [%- classification.name FILTER url_quote %] [% END %] @@ -39,12 +40,12 @@ [% classification_text = BLOCK %] of classification '[% classification.name FILTER html %]' [% END %] +

[% END %] - -


+

[% UNLESS no_add_product_link || !user.in_group("editcomponents") %] Add a product[% -%] @@ -76,7 +77,7 @@ href="editproducts.cgi? [%- classification_url_part_start FILTER none %]">other products [% classification_text %]. - + [% END %] [% IF Param('useclassification') && classification %] -- cgit v1.2.3-24-g4f1b