summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
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 /template/en/default/admin
parent27bb05807772ff578f6b953fa4d1ec3164a2d34b (diff)
downloadbugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.gz
bugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.xz
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
Diffstat (limited to 'template/en/default/admin')
-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
9 files changed, 16 insertions, 16 deletions
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>