summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications
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/classifications
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/classifications')
-rw-r--r--template/en/default/admin/classifications/edit-common.html.tmpl6
-rw-r--r--template/en/default/admin/classifications/edit.html.tmpl4
-rw-r--r--template/en/default/admin/classifications/reclassify.html.tmpl8
-rw-r--r--template/en/default/admin/classifications/select.html.tmpl10
4 files changed, 14 insertions, 14 deletions
diff --git a/template/en/default/admin/classifications/edit-common.html.tmpl b/template/en/default/admin/classifications/edit-common.html.tmpl
index 6f038fceb..9dd6c1676 100644
--- a/template/en/default/admin/classifications/edit-common.html.tmpl
+++ b/template/en/default/admin/classifications/edit-common.html.tmpl
@@ -11,12 +11,12 @@
#%]
<tr>
- <th align="right">Classification:</th>
+ <th>Classification:</th>
<td><input size=64 maxlength=64 name="classification"
value="[% classification.name FILTER html %]"></td>
</tr>
<tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td>
[% INCLUDE global/textarea.html.tmpl
name = 'description'
@@ -27,7 +27,7 @@
</td>
</tr>
<tr>
- <th align="right"><label for="sortkey">Sortkey:</label></th>
+ <th><label for="sortkey">Sortkey:</label></th>
<td><input id="sortkey" size="20" maxlength="20" name="sortkey"
value="[%- classification.sortkey FILTER html %]"></td>
</tr>
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl
index 429eefc69..fddcb3f96 100644
--- a/template/en/default/admin/classifications/edit.html.tmpl
+++ b/template/en/default/admin/classifications/edit.html.tmpl
@@ -16,7 +16,7 @@
[% PROCESS "admin/classifications/edit-common.html.tmpl" %]
<tr valign=top>
- <th align="right">
+ <th>
<a href="editproducts.cgi?classification=[% classification.name FILTER uri %]">
Edit Products</a>:
</th>
@@ -25,7 +25,7 @@
<table>
[% FOREACH product = classification.products %]
<tr>
- <th align=right valign=top>[% product.name FILTER html %]</th>
+ <th valign=top>[% product.name FILTER html %]</th>
<td valign=top>
[% IF product.description %]
[% product.description FILTER html_light %]
diff --git a/template/en/default/admin/classifications/reclassify.html.tmpl b/template/en/default/admin/classifications/reclassify.html.tmpl
index 13fb3a3bf..3e12d3e42 100644
--- a/template/en/default/admin/classifications/reclassify.html.tmpl
+++ b/template/en/default/admin/classifications/reclassify.html.tmpl
@@ -13,11 +13,11 @@
<form method=post action="editclassifications.cgi">
<table border=0 cellpadding=4 cellspacing=0>
<tr>
- <th align="right">Classification:</th>
+ <th>Classification:</th>
<td valign="top" colspan=3>[% classification.name FILTER html %]</td>
</tr><tr>
- <th align="right">Description:</th>
+ <th>Description:</th>
<td valign="top" colspan=3>
[% IF classification.description %]
[% classification.description FILTER html_light %]
@@ -27,11 +27,11 @@
</td>
</tr><tr>
- <th align="right">Sortkey:</th>
+ <th>Sortkey:</th>
<td valign="top" colspan=3>[% classification.sortkey FILTER html %]</td>
</tr><tr>
- <th align="right">Products:</th>
+ <th>Products:</th>
<td valign="top">Other Classifications</td>
<td></td>
<td valign="top">This Classification</td>
diff --git a/template/en/default/admin/classifications/select.html.tmpl b/template/en/default/admin/classifications/select.html.tmpl
index 53f94cade..e5139195a 100644
--- a/template/en/default/admin/classifications/select.html.tmpl
+++ b/template/en/default/admin/classifications/select.html.tmpl
@@ -12,11 +12,11 @@
<table border=1 cellpadding=4 cellspacing=0>
<tr bgcolor="#6666ff">
- <th align="left">Edit Classification ...</th>
- <th align="left">Description</th>
- <th align="left">Sortkey</th>
- <th align="left">Products</th>
- <th align="left">Action</th>
+ <th>Edit Classification ...</th>
+ <th>Description</th>
+ <th>Sortkey</th>
+ <th>Products</th>
+ <th>Action</th>
</tr>
[% FOREACH cl = classifications %]