diff options
author | Christopher Trom <chtrom@gmail.com> | 2013-08-30 18:46:24 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-08-30 18:46:24 +1000 |
commit | 56dc0a41954b488c1490895eef280bb63db66baf (patch) | |
tree | 97c54d0d0314e41d85d035037acf4908a99e30ab /template/en/default/attachment | |
parent | 27bb05807772ff578f6b953fa4d1ec3164a2d34b (diff) | |
download | bugs-56dc0a41954b488c1490895eef280bb63db66baf.tar bugs-56dc0a41954b488c1490895eef280bb63db66baf.tar.gz bugs-56dc0a41954b488c1490895eef280bb63db66baf.tar.bz2 bugs-56dc0a41954b488c1490895eef280bb63db66baf.tar.xz bugs-56dc0a41954b488c1490895eef280bb63db66baf.zip |
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/confirm-delete.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/attachment/diff-file.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 2 |
3 files changed, 4 insertions, 4 deletions
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> |