summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2013-08-30 10:46:24 +0200
committerSimon Green <sgreen@redhat.com>2013-08-30 10:46:24 +0200
commit56dc0a41954b488c1490895eef280bb63db66baf (patch)
tree97c54d0d0314e41d85d035037acf4908a99e30ab
parent27bb05807772ff578f6b953fa4d1ec3164a2d34b (diff)
downloadbugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.gz
bugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.xz
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
-rw-r--r--skins/standard/global.css3
-rw-r--r--template/en/default/admin/classifications/del.html.tmpl4
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/admin/custom_fields/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/admin/fieldvalues/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/admin/fieldvalues/edit.html.tmpl2
-rw-r--r--template/en/default/admin/milestones/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/admin/table.html.tmpl2
-rw-r--r--template/en/default/admin/versions/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/attachment/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/attachment/diff-file.html.tmpl2
-rw-r--r--template/en/default/attachment/list.html.tmpl2
-rw-r--r--template/en/default/global/choose-product.html.tmpl2
14 files changed, 24 insertions, 21 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index b1c9a7d07..51d7c29db 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -573,3 +573,6 @@ input.required, select.required, span.required_explanation {
form th {
text-align: right;
}
+th.left {
+ text-align: left;
+} \ No newline at end of file
diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl
index 215db848f..83e0812ab 100644
--- a/template/en/default/admin/classifications/del.html.tmpl
+++ b/template/en/default/admin/classifications/del.html.tmpl
@@ -12,8 +12,8 @@
<table border=1 cellpadding=4 cellspacing=0>
<tr bgcolor="#6666ff">
- <th valign="top" align="left">Part</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Part</th>
+ <th valign="top" class="left">Value</th>
</tr><tr>
<td valign="top">Classification:</td>
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index 82bf018b3..bbd5ce200 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -24,8 +24,8 @@ from '[% product.name FILTER html %]' product
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
- <th valign="top" align="left">Field</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Field</th>
+ <th valign="top" class="left">Value</th>
</tr>
<tr>
<td valign="top">Component:</td>
diff --git a/template/en/default/admin/custom_fields/confirm-delete.html.tmpl b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
index 85338c003..0b7c8814c 100644
--- a/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
+++ b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
@@ -25,8 +25,8 @@
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
- <th valign="top" align="left">Field</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Field</th>
+ <th valign="top" class="left">Value</th>
</tr>
<tr>
<td valign="top">Custom Field:</td>
diff --git a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
index 122df3612..a37ff73d4 100644
--- a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
+++ b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
@@ -24,8 +24,8 @@
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
- <th valign="top" align="left">Field</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Field</th>
+ <th valign="top" class="left">Value</th>
</tr>
<tr>
<td valign="top">Field Name:</td>
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl
index 90ac419c6..d076e3071 100644
--- a/template/en/default/admin/fieldvalues/edit.html.tmpl
+++ b/template/en/default/admin/fieldvalues/edit.html.tmpl
@@ -23,7 +23,7 @@
<table border="0" cellpadding="4" cellspacing="0">
<tr>
- <th valign="top" align="right">
+ <th valign="top">
<label for="value_new">Field Value:</label>
</th>
<td>
diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl
index cc30f164f..7efee02b9 100644
--- a/template/en/default/admin/milestones/confirm-delete.html.tmpl
+++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl
@@ -23,8 +23,8 @@
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
- <th valign="top" align="left">Field</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Field</th>
+ <th valign="top" class="left">Value</th>
</tr>
<tr>
<td valign="top">Milestone:</td>
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 2198066b8..f1d6aa429 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -26,8 +26,8 @@
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
- <th valign="top" align="left">Field</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Field</th>
+ <th valign="top" class="left">Value</th>
</tr>
[% IF Param('useclassification') %]
diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl
index 80f6417a3..abc0e5775 100644
--- a/template/en/default/admin/table.html.tmpl
+++ b/template/en/default/admin/table.html.tmpl
@@ -71,7 +71,7 @@
<tr bgcolor="#6666FF">
[% FOREACH c = columns %]
[%# Default to align left for headers %]
- <th align="[% (c.align || 'left') FILTER html %]">
+ <th style="text-align:[% (c.align || 'left') FILTER html %];">
[% c.heading FILTER html %]
</th>
[% END %]
diff --git a/template/en/default/admin/versions/confirm-delete.html.tmpl b/template/en/default/admin/versions/confirm-delete.html.tmpl
index e6f39226f..85c297647 100644
--- a/template/en/default/admin/versions/confirm-delete.html.tmpl
+++ b/template/en/default/admin/versions/confirm-delete.html.tmpl
@@ -23,8 +23,8 @@
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
- <th valign="top" align="left">Field</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Field</th>
+ <th valign="top" class="left">Value</th>
</tr>
<tr>
<td valign="top">Version:</td>
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl
index 4557af616..9eaaa7b28 100644
--- a/template/en/default/attachment/confirm-delete.html.tmpl
+++ b/template/en/default/attachment/confirm-delete.html.tmpl
@@ -22,8 +22,8 @@
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
- <th valign="top" align="left">Field</th>
- <th valign="top" align="left">Value</th>
+ <th valign="top" class="left">Field</th>
+ <th valign="top" class="left">Value</th>
</tr>
<tr>
<td valign="top">Attachment ID:</td>
diff --git a/template/en/default/attachment/diff-file.html.tmpl b/template/en/default/attachment/diff-file.html.tmpl
index 815b6de1b..2c87188ad 100644
--- a/template/en/default/attachment/diff-file.html.tmpl
+++ b/template/en/default/attachment/diff-file.html.tmpl
@@ -41,7 +41,7 @@ incremental_restore()
[% section_num = section_num + 1 %]
<tr><th colspan="4" class="section_head">
<table id="[% file.filename FILTER html %]_sec[% section_num %]" cellpadding="0" cellspacing="0">
- <tr><th width="95%" align="left">
+ <tr><th width="95%" class="left">
[% IF file.is_add %]
Added
[% ELSIF file.is_remove %]
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index e30492c36..9c9247980 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -44,7 +44,7 @@ function toggle_display(link) {
<br>
<table id="attachment_table" cellspacing="0" cellpadding="4">
<tr id="a0">
- <th colspan="[% show_attachment_flags ? 3 : 2 %]" align="left">
+ <th colspan="[% show_attachment_flags ? 3 : 2 %]" class="left">
Attachments
</th>
</tr>
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl
index 7bbe29c8c..30de0f9fd 100644
--- a/template/en/default/global/choose-product.html.tmpl
+++ b/template/en/default/global/choose-product.html.tmpl
@@ -37,7 +37,7 @@
[% FOREACH c = classifications %]
[% IF c.object %]
<tr>
- <th colspan="2" align="left">[% c.object.name FILTER html %]:
+ <th colspan="2" class="left">[% c.object.name FILTER html %]:
[%+ c.object.description FILTER html_light %]</th>
</tr>
[% END %]