diff options
Diffstat (limited to 'template/en/default/global/choose-classification.html.tmpl')
-rw-r--r-- | template/en/default/global/choose-classification.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl index 0ecd68dc2..1a59f6d89 100644 --- a/template/en/default/global/choose-classification.html.tmpl +++ b/template/en/default/global/choose-classification.html.tmpl @@ -20,16 +20,16 @@ [% PROCESS global/header.html.tmpl %] <h2>First, you must pick a classification on which to enter [% terms.abug %]:</h2> -<table> +<table id="choose_classification"> <tr> - <th> + <th class="right"> <a href="[% target FILTER uri %]?classification=__all [% IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [%- IF format %]&format=[% format FILTER uri %][% END %]"> All</a>: </th> - <td valign="top"> Show all products</td> + <td>Show all products</td> </tr> <tr> <th colspan="2"> </th> @@ -37,7 +37,7 @@ [% FOREACH class = classifications %] <tr> - <th> + <th class="right"> <a href="[% target FILTER uri %]?classification=[% class.name FILTER uri -%] [%- IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] [%- IF format %]&format=[% format FILTER uri %][% END %]"> @@ -45,7 +45,7 @@ </th> [% IF class.description %] - <td valign="top"> [% class.description FILTER html_light %]</td> + <td>[% class.description FILTER html_light %]</td> [% END %] </tr> [% END %] |