summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/edit-common.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-31 13:48:41 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-31 13:48:41 +0100
commit4fa178ae3f0f612cf91b26a2dea498602794be3b (patch)
treeae4bd380dfbc7e7f3d3392d9a4f9947a91e48077 /template/en/default/admin/components/edit-common.html.tmpl
parent5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 (diff)
downloadbugzilla-4fa178ae3f0f612cf91b26a2dea498602794be3b.tar.gz
bugzilla-4fa178ae3f0f612cf91b26a2dea498602794be3b.tar.xz
Bug 920681: Remove the cellspacing and cellpadding attributes from tables
r/a=justdave
Diffstat (limited to 'template/en/default/admin/components/edit-common.html.tmpl')
-rw-r--r--template/en/default/admin/components/edit-common.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/admin/components/edit-common.html.tmpl b/template/en/default/admin/components/edit-common.html.tmpl
index 6ff4e07e6..00b80baa8 100644
--- a/template/en/default/admin/components/edit-common.html.tmpl
+++ b/template/en/default/admin/components/edit-common.html.tmpl
@@ -15,12 +15,12 @@
[% DEFAULT desc_name = "description" %]
<tr>
- <th class="field_label"><label for="component">Component:</label></th>
+ <th><label for="component">Component:</label></th>
<td><input size="64" maxlength="64" name="component" id="component"
value="[%- comp.name FILTER html %]"></td>
</tr>
<tr>
- <th class="field_label"><label for="[% desc_name FILTER html %]">Component Description:</label></th>
+ <th><label for="[% desc_name FILTER html %]">Component Description:</label></th>
<td>
[% INCLUDE global/textarea.html.tmpl
name = desc_name
@@ -33,7 +33,7 @@
</td>
</tr>
<tr>
- <th class="field_label"><label for="initialowner">Default Assignee:</label></th>
+ <th><label for="initialowner">Default Assignee:</label></th>
<td>
[% INCLUDE global/userselect.html.tmpl
name => "initialowner"
@@ -45,7 +45,7 @@
</tr>
[% IF Param('useqacontact') %]
<tr>
- <th class="field_label"><label for="initialqacontact">Default QA contact:</label></th>
+ <th><label for="initialqacontact">Default QA contact:</label></th>
<td>
[% INCLUDE global/userselect.html.tmpl
name => "initialqacontact"
@@ -58,7 +58,7 @@
</tr>
[% END %]
<tr>
- <th class="field_label"><label for="initialcc">Default CC List:</label></th>
+ <th><label for="initialcc">Default CC List:</label></th>
<td>
[% INCLUDE global/userselect.html.tmpl
name => "initialcc"
@@ -69,7 +69,7 @@
%]
<br>
[% IF !Param("usemenuforusers") %]
- <em>Enter user names for the CC list as a comma-separated list.</em>
+ <span class="bz_info">Enter user names for the CC list as a comma-separated list.</span>
[% END %]
</td>
</tr>