diff options
Diffstat (limited to 'template/en/default/pages/release-notes3.html.tmpl')
-rw-r--r-- | template/en/default/pages/release-notes3.html.tmpl | 96 |
1 files changed, 63 insertions, 33 deletions
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 %] |