summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2012-12-02 19:56:17 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-02 19:56:17 +0100
commitd8835285194163b3f2c99997668705daa40d2dd4 (patch)
tree059c1e4037c9b16e0337edb5323311295a3043ad /template/en/default/admin/products
parentb3821a27575b9df948e7387b9499a020e4a2dd34 (diff)
downloadbugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.gz
bugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.xz
Bug 547311: Remove the "align" attribute from <th>
r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/products/create.html.tmpl4
-rw-r--r--template/en/default/admin/products/edit-common.html.tmpl12
-rw-r--r--template/en/default/admin/products/edit.html.tmpl10
4 files changed, 14 insertions, 14 deletions
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 3b1c05fe2..324d21308 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -110,7 +110,7 @@
<table>
[% FOREACH c = product.components %]
<tr>
- <th align="right">[% c.name FILTER html %]:</th>
+ <th>[% c.name FILTER html %]:</th>
[%# descriptions are intentionally not filtered to allow html content %]
<td>
[% IF c.description %]
diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl
index 6d4009586..576e216d6 100644
--- a/template/en/default/admin/products/create.html.tmpl
+++ b/template/en/default/admin/products/create.html.tmpl
@@ -35,13 +35,13 @@
[% PROCESS "admin/products/edit-common.html.tmpl" %]
<tr>
- <th align="right">Version:</th>
+ <th>Version:</th>
<td><input size="20" maxlength="64" name="version"
value="[% version FILTER html %]">
</td>
</tr>
<tr>
- <th align="right">Create chart datasets for this product:</th>
+ <th>Create chart datasets for this product:</th>
<td>
<input type="checkbox" name="createseries" value="1" checked="checked">
</td>
diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl
index 2b76c44ac..6faa07469 100644
--- a/template/en/default/admin/products/edit-common.html.tmpl
+++ b/template/en/default/admin/products/edit-common.html.tmpl
@@ -14,32 +14,32 @@
[% IF Param('useclassification') %]
<tr>
- <th align="right">Classification:</th>
+ <th>Classification:</th>
<td><b>[% classification.name FILTER html %]</b></td>
</tr>
[% END %]
<tr>
- <th align="right">Product:</th>
+ <th>Product:</th>
<td><input size="64" maxlength="64" name="product"
value="[% product.name FILTER html %]">
</td>
</tr>
<tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td><textarea rows="4" cols="64" wrap="virtual" name="description">
[% product.description FILTER html %]</textarea>
</td>
</tr>
<tr>
- <th align="right">Open for [% terms.bug %] entry:</th>
+ <th>Open for [% terms.bug %] entry:</th>
<td><input type="checkbox" name="is_active" value="1"
[% ' checked="checked"' IF product.is_active %]>
</td>
</tr>
<tr>
- <th align="right">
+ <th>
<label for="allows_unconfirmed">Enable the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status
in this product:</label>
@@ -51,7 +51,7 @@
[% IF Param('usetargetmilestone') -%]
<tr>
- <th align="right">Default milestone:</th>
+ <th>Default milestone:</th>
<td>
[% IF product.milestones.size %]
<select name="defaultmilestone">
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index c38530125..713f30aeb 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -35,7 +35,7 @@
[% PROCESS "admin/products/edit-common.html.tmpl" %]
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editcomponents.cgi?product=[% product.name FILTER uri %]">
Edit components:
</a>
@@ -59,7 +59,7 @@
</td>
</tr>
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editversions.cgi?product=[% product.name FILTER uri %]">Edit
versions:</a>
</th>
@@ -76,7 +76,7 @@ versions:</a>
</tr>
[% IF Param('usetargetmilestone') %]
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editmilestones.cgi?product=[% product.name FILTER uri %]">
Edit milestones:</a>
</th>
@@ -93,7 +93,7 @@ versions:</a>
</tr>
[% END %]
<tr>
- <th align="right" valign="top">
+ <th valign="top">
<a href="editproducts.cgi?action=editgroupcontrols&product=
[%- product.name FILTER uri %]">
Edit Group Access Controls:
@@ -122,7 +122,7 @@ versions:</a>
</td>
</tr>
<tr>
- <th align="right">[% terms.Bugs %]:</th>
+ <th>[% terms.Bugs %]:</th>
<td><a href="buglist.cgi?product=[% product.name FILTER uri %]">
[% product.bug_count FILTER html %]</a></td>
</tr>