summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/list-classifications.html.tmpl2
-rw-r--r--template/en/default/admin/products/list.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/products/list-classifications.html.tmpl b/template/en/default/admin/products/list-classifications.html.tmpl
index a13d2be0f..39f3ee1c1 100644
--- a/template/en/default/admin/products/list-classifications.html.tmpl
+++ b/template/en/default/admin/products/list-classifications.html.tmpl
@@ -32,7 +32,7 @@
},
{
name => "product_count"
- align => "right"
+ class => "right"
heading => "Product Count"
}
]
diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl
index d09a552e2..58edaa7bd 100644
--- a/template/en/default/admin/products/list.html.tmpl
+++ b/template/en/default/admin/products/list.html.tmpl
@@ -58,7 +58,7 @@
[% columns.push({
name => "bug_count"
heading => "$terms.Bug Count"
- align => 'right'
+ class => 'right'
contentlink => 'buglist.cgi?product=%%name%%'
})
%]