summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/versions
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/versions')
-rw-r--r--template/en/default/admin/versions/list.html.tmpl2
-rw-r--r--template/en/default/admin/versions/select-product.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/versions/list.html.tmpl b/template/en/default/admin/versions/list.html.tmpl
index ee69ee03e..43a14f9ee 100644
--- a/template/en/default/admin/versions/list.html.tmpl
+++ b/template/en/default/admin/versions/list.html.tmpl
@@ -45,7 +45,7 @@
[% columns.push({
name => "bug_count"
heading => "$terms.Bugs"
- align => "right"
+ class => "right"
contentlink => bug_count_contentlink
})
%]
diff --git a/template/en/default/admin/versions/select-product.html.tmpl b/template/en/default/admin/versions/select-product.html.tmpl
index e19aa18cc..119ec9a71 100644
--- a/template/en/default/admin/versions/select-product.html.tmpl
+++ b/template/en/default/admin/versions/select-product.html.tmpl
@@ -35,7 +35,7 @@
[% columns.push({
name => 'bug_count'
heading => "$terms.Bugs"
- align => "right"
+ class => "right"
contentlink => "buglist.cgi?product=%%name%%"
})
%]