summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/series.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-09-15 08:30:20 +0200
committermyk%mozilla.org <>2004-09-15 08:30:20 +0200
commit2ac9cabf38e829f76248b9b3a608a3598c2d4937 (patch)
treee2afb6f11bd260cac6992fc83762e50cb84630ef /template/en/default/reports/series.html.tmpl
parentb087d683501d18daa4433af561be408a88562c88 (diff)
downloadbugzilla-2ac9cabf38e829f76248b9b3a608a3598c2d4937.tar.gz
bugzilla-2ac9cabf38e829f76248b9b3a608a3598c2d4937.tar.xz
Fix for bug 249868: makes series pages validate
Diffstat (limited to 'template/en/default/reports/series.html.tmpl')
-rw-r--r--template/en/default/reports/series.html.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl
index c1ad55d1f..d75808070 100644
--- a/template/en/default/reports/series.html.tmpl
+++ b/template/en/default/reports/series.html.tmpl
@@ -36,7 +36,7 @@
<tbody>
<tr>
<th>Category:</th>
- <noscript><th></th></noscript>
+ <th></th>
<th>Sub-category:</th>
<th>Name:</th>
<td></td>
@@ -45,11 +45,11 @@
[% PROCESS series_select sel = { name => 'category',
size => 5,
onchange => "catSelected()" } %]
- <noscript>
- <td>
- <input type="submit" name="action-edit" value="Update -->">
- </td>
- </noscript>
+ <td>
+ <noscript>
+ <input type="submit" name="action-edit" value="Update --&gt;">
+ </noscript>
+ </td>
[% PROCESS series_select sel = { name => 'subcategory',
size => 5,
@@ -81,7 +81,7 @@
<input type="text" style="width: 100%" name="newcategory"
maxlength="64" value="[% default.newcategory.0 FILTER html %]">
</td>
- <noscript><td></td></noscript>
+ <td></td>
<td>
<input type="text" style="width: 100%" name="newsubcategory"
maxlength="64"