Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
56dc0a41
Commit
56dc0a41
authored
Aug 30, 2013
by
Christopher Trom
Committed by
Simon Green
Aug 30, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
parent
27bb0580
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
25 additions
and
21 deletions
+25
-21
global.css
skins/standard/global.css
+4
-0
del.html.tmpl
template/en/default/admin/classifications/del.html.tmpl
+2
-2
confirm-delete.html.tmpl
...late/en/default/admin/components/confirm-delete.html.tmpl
+2
-2
confirm-delete.html.tmpl
...e/en/default/admin/custom_fields/confirm-delete.html.tmpl
+2
-2
confirm-delete.html.tmpl
...ate/en/default/admin/fieldvalues/confirm-delete.html.tmpl
+2
-2
edit.html.tmpl
template/en/default/admin/fieldvalues/edit.html.tmpl
+1
-1
confirm-delete.html.tmpl
...late/en/default/admin/milestones/confirm-delete.html.tmpl
+2
-2
confirm-delete.html.tmpl
template/en/default/admin/products/confirm-delete.html.tmpl
+2
-2
table.html.tmpl
template/en/default/admin/table.html.tmpl
+1
-1
confirm-delete.html.tmpl
template/en/default/admin/versions/confirm-delete.html.tmpl
+2
-2
confirm-delete.html.tmpl
template/en/default/attachment/confirm-delete.html.tmpl
+2
-2
diff-file.html.tmpl
template/en/default/attachment/diff-file.html.tmpl
+1
-1
list.html.tmpl
template/en/default/attachment/list.html.tmpl
+1
-1
choose-product.html.tmpl
template/en/default/global/choose-product.html.tmpl
+1
-1
No files found.
skins/standard/global.css
View file @
56dc0a41
...
...
@@ -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
template/en/default/admin/classifications/del.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/admin/components/confirm-delete.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/admin/custom_fields/confirm-delete.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/admin/fieldvalues/edit.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/admin/milestones/confirm-delete.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/admin/products/confirm-delete.html.tmpl
View file @
56dc0a41
...
...
@@ -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') %]
...
...
template/en/default/admin/table.html.tmpl
View file @
56dc0a41
...
...
@@ -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 %]
...
...
template/en/default/admin/versions/confirm-delete.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/attachment/confirm-delete.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/attachment/diff-file.html.tmpl
View file @
56dc0a41
...
...
@@ -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 %]
...
...
template/en/default/attachment/list.html.tmpl
View file @
56dc0a41
...
...
@@ -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>
...
...
template/en/default/global/choose-product.html.tmpl
View file @
56dc0a41
...
...
@@ -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 %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment