summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/choose-product.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/choose-product.html.tmpl')
-rw-r--r--template/en/default/global/choose-product.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl
index 30de0f9fd..b6b75fdbc 100644
--- a/template/en/default/global/choose-product.html.tmpl
+++ b/template/en/default/global/choose-product.html.tmpl
@@ -32,7 +32,7 @@
<h2>[% h2 FILTER html %]</h2>
-<table>
+<table id="choose_product">
[% FOREACH c = classifications %]
[% IF c.object %]
@@ -44,14 +44,14 @@
[% FOREACH p = c.products %]
<tr>
- <th valign="top">
+ <th class="right">
<a href="[% target %]?product=[% p.name FILTER uri -%]
- [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
+ [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%]
[%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
[% p.name FILTER html FILTER no_break %]</a>:&nbsp;
</th>
- <td valign="top">[% p.description FILTER html_light %]</td>
+ <td>[% p.description FILTER html_light %]</td>
</tr>
[% END %]