aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components/select-product.html.tmpl')
-rw-r--r--template/en/default/admin/components/select-product.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/components/select-product.html.tmpl b/template/en/default/admin/components/select-product.html.tmpl
index 55600d9cd..a152415c3 100644
--- a/template/en/default/admin/components/select-product.html.tmpl
+++ b/template/en/default/admin/components/select-product.html.tmpl
@@ -13,6 +13,7 @@
[% PROCESS global/header.html.tmpl
title = "Edit components for which product?"
+ style_urls = ['skins/standard/admin.css']
%]
[% columns = [
@@ -34,7 +35,7 @@
[% columns.push({
name => 'bug_count'
heading => "$terms.Bugs"
- align => "right"
+ class => "right"
contentlink => "buglist.cgi?product=%%name%%"
})
%]