diff options
author | timeless%mozdev.org <> | 2007-01-08 08:51:28 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:51:28 +0000 |
commit | 723ec9b91499287f788b375520679514f64cee06 (patch) | |
tree | 9691f90cf23a9bef6e6e9ff811385cc4d8eae34a /template/en/default/admin/products | |
parent | 0c983a7266fe3c9057ab956d6608dc7f0b5b9b66 (diff) | |
download | bugs-723ec9b91499287f788b375520679514f64cee06.tar bugs-723ec9b91499287f788b375520679514f64cee06.tar.gz bugs-723ec9b91499287f788b375520679514f64cee06.tar.bz2 bugs-723ec9b91499287f788b375520679514f64cee06.tar.xz bugs-723ec9b91499287f788b375520679514f64cee06.zip |
Bug 365503 admin/products/footer produces invalid markup
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r-- | template/en/default/admin/products/footer.html.tmpl | 7 |
1 files changed, 4 insertions, 3 deletions
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 %] +<p> [% 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 %] +</p> [% END %] - -<p> <hr> +<p> [% UNLESS no_add_product_link || !user.in_group("editcomponents") %] <a title="Add a product" href="editproducts.cgi?action=add">Add</a> a product[% -%] @@ -76,7 +77,7 @@ href="editproducts.cgi? [%- classification_url_part_start FILTER none %]">other products [% classification_text %]</a>. - + [% END %] [% IF Param('useclassification') && classification %] |