form th {
text-align: right;
}
+th.left {
+ text-align: left;
+}
\ No newline at end of file
<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>
<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>
<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>
<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>
<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>
<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>
<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') %]
<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 %]
<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>
<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>
[% 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 %]
<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>
[% 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 %]