summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 09:51:28 +0100
committertimeless%mozdev.org <>2007-01-08 09:51:28 +0100
commit723ec9b91499287f788b375520679514f64cee06 (patch)
tree9691f90cf23a9bef6e6e9ff811385cc4d8eae34a /template/en/default/admin/products
parent0c983a7266fe3c9057ab956d6608dc7f0b5b9b66 (diff)
downloadbugzilla-723ec9b91499287f788b375520679514f64cee06.tar.gz
bugzilla-723ec9b91499287f788b375520679514f64cee06.tar.xz
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.tmpl7
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 %]&amp;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 %]