diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-31 13:48:41 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-31 13:48:41 +0100 |
commit | 4fa178ae3f0f612cf91b26a2dea498602794be3b (patch) | |
tree | ae4bd380dfbc7e7f3d3392d9a4f9947a91e48077 /template/en/default/pages | |
parent | 5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 (diff) | |
download | bugzilla-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/pages')
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 10 | ||||
-rw-r--r-- | template/en/default/pages/release-notes3.html.tmpl | 96 |
3 files changed, 70 insertions, 40 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index f3794e1ed..0a6df99d9 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -139,7 +139,7 @@ [% END %] -<table cellspacing="0" cellpadding="0" border="0" class="qs_fields"> +<table class="qs_fields"> <thead> <tr> <th class="field_name">Field</th> @@ -221,7 +221,7 @@ specific fields, there are certain characters or words that you can use as a "shortcut" for searching certain fields:</p> -<table cellspacing="0" cellpadding="0" border="0" class="qs_fields"> +<table class="qs_fields"> <thead> <tr> <th class="field_name">Field</th> diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 49389bb7d..c7a853c03 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -794,7 +794,7 @@ <h3 id="v42_req_modules">Required Perl Modules</h3> -<table class="req_table" border="0" cellpadding="0" cellspacing="0"> +<table class="req_table"> <tbody> <tr> <th>Module</th> @@ -857,7 +857,7 @@ features of [% terms.Bugzilla %]:</p> -<table class="req_table" border="0" cellpadding="0" cellspacing="0"> +<table class="req_table"> <tbody> <tr> <th>Module</th> @@ -1443,7 +1443,7 @@ <h3 id="v40_req_modules">Required Perl Modules</h3> - <table cellspacing="0" cellpadding="0" border="0" class="req_table"> + <table class="req_table"> <tbody> <tr> <th>Module</th><th>Version</th> @@ -1501,7 +1501,7 @@ <p>The following perl modules, if installed, enable various features of [% terms.Bugzilla %]:</p> - <table cellspacing="0" cellpadding="0" border="0" class="req_table"> + <table class="req_table"> <tbody> <tr> <th>Module</th><th>Version</th><th>Enables Feature</th> @@ -2241,7 +2241,7 @@ [% BLOCK req_table %] - <table class="req_table" border="0" cellspacing="0" cellpadding="0"> + <table class="req_table"> <tr> <th>Module</th> <th>Version</th> [% IF include_feature %] diff --git a/template/en/default/pages/release-notes3.html.tmpl b/template/en/default/pages/release-notes3.html.tmpl index 8d6ada56a..ab1e64fdc 100644 --- a/template/en/default/pages/release-notes3.html.tmpl +++ b/template/en/default/pages/release-notes3.html.tmpl @@ -203,7 +203,7 @@ <h3 id="v36_req_modules">Required Perl Modules</h3> -<table class="req_table" border="0" cellspacing="0" cellpadding="0"> +<table class="req_table"> <tr> <th>Module</th> <th>Version</th> </tr> @@ -276,7 +276,7 @@ <p>The following perl modules, if installed, enable various features of [% terms.Bugzilla %]:</p> -<table class="req_table" border="0" cellspacing="0" cellpadding="0"> +<table class="req_table"> <tr> <th>Module</th> <th>Version</th> <th>Enables Feature</th> @@ -1156,7 +1156,7 @@ <h3 id="v34_req_modules">Required Perl Modules</h3> -<table class="req_table" border="0" cellspacing="0" cellpadding="0"> +<table class="req_table"> <tr> <th>Module</th> <th>Version</th> </tr> @@ -1215,7 +1215,7 @@ <p>The following perl modules, if installed, enable various features of [% terms.Bugzilla %]:</p> -<table class="req_table" border="0" cellspacing="0" cellpadding="0"> +<table class="req_table"> <tr> <th>Module</th> <th>Version</th> @@ -1880,24 +1880,47 @@ <h3 id="v32_req_modules">Required Perl Modules</h3> -<table class="req_table" border="0" cellpadding="0" cellspacing="0"> -<tr> <th>Module</th> <th>Version</th> </tr> -<tr> <td>CGI</td> <td class="req_new">3.21 (on Perl 5.8.x) - or 3.33 (on Perl 5.10.x)</td> </tr> -<tr> <td>Date::Format</td> <td>2.21</td> </tr> -<tr> <td>File::Spec</td> <td>0.84</td> </tr> -<tr> <td>DBI</td> <td>1.41</td> </tr> -<tr> <td>Template</td> <td class="req_new">2.15</td> </tr> -<tr> <td>Email::Send</td> <td>2.00</td> </tr> -<tr> <td>Email::MIME</td> <td class="req_new">1.861</td> </tr> -<tr> - <td class="req_new">Email::MIME::Encodings</td> - <td class="req_new">1.313</td> -</tr> -<tr> - <td>Email::MIME::Modifier</td> - <td class="req_new">1.442</td> -</tr> +<table class="req_table"> + <tr> + <th>Module</th> + <th>Version</th> + </tr> + <tr> + <td>CGI</td> + <td class="req_new">3.21 (on Perl 5.8.x) or 3.33 (on Perl 5.10.x)</td> + </tr> + <tr> + <td>Date::Format</td> + <td>2.21</td> + </tr> + <tr> + <td>File::Spec</td> + <td>0.84</td> + </tr> + <tr> + <td>DBI</td> + <td>1.41</td> + </tr> + <tr> + <td>Template</td> + <td class="req_new">2.15</td> + </tr> + <tr> + <td>Email::Send</td> + <td>2.00</td> + </tr> + <tr> + <td>Email::MIME</td> + <td class="req_new">1.861</td> + </tr> + <tr> + <td class="req_new">Email::MIME::Encodings</td> + <td class="req_new">1.313</td> + </tr> + <tr> + <td>Email::MIME::Modifier</td> + <td class="req_new">1.442</td> + </tr> </table> <h3 id="v32_req_optional_mod">Optional Perl Modules</h3> @@ -1905,7 +1928,7 @@ <p>The following perl modules, if installed, enable various features of [% terms.Bugzilla %]:</p> -<table class="req_table" border="0" cellpadding="0" cellspacing="0"> +<table class="req_table"> <tr> <th>Module</th> <th>Version</th> @@ -2678,24 +2701,30 @@ <h3 id="v30_req_modules">Required Perl Modules</h3> -<table class="req_table" border="0" cellspacing="0" cellpadding="0"> +<table class="req_table"> <tr> - <th>Module</th> <th>Version</th> + <th>Module</th> + <th>Version</th> </tr> - <tr><td>CGI</td> <td>2.93</td> + <tr> + <td>CGI</td> + <td>2.93</td> </tr> <tr> - <td>Date::Format</td> <td>2.21</td> + <td>Date::Format</td> + <td>2.21</td> </tr> <tr> - <td>DBI</td> + <td>DBI</td> <td class="req_new">1.41</td> </tr> <tr> - <td>File::Spec</td> <td>0.84</td> + <td>File::Spec</td> + <td>0.84</td> </tr> <tr> - <td>Template</td> <td>2.12</td> + <td>Template</td> + <td>2.12</td> </tr> <tr> <td class="req_new">Email::Send</td> @@ -2716,9 +2745,10 @@ <p>The following perl modules, if installed, enable various features of [% terms.Bugzilla %]:</p> -<table class="req_table" border="0" cellspacing="0" cellpadding="0"> +<table class="req_table"> <tr> - <th>Module</th> <th>Version</th> + <th>Module</th> + <th>Version</th> <th>Enables Feature</th> </tr> <tr> @@ -3446,7 +3476,7 @@ sub y { $var++ }</pre> [% BLOCK req_table %] - <table class="req_table" border="0" cellspacing="0" cellpadding="0"> + <table class="req_table"> <tr> <th>Module</th> <th>Version</th> [% IF include_feature %] |