From 2362793369156ae7c9c63c50a07ac2c79a9df7fa Mon Sep 17 00:00:00 2001
From: "lpsolit%gmail.com" <>
Date: Wed, 12 Jul 2006 19:21:36 +0000
Subject: Bug 317694: All buttons in forms must have an id - Patches by André
Batosti r=ghendricks a=myk
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../en/default/account/auth/login-small.html.tmpl | 3 ++-
template/en/default/account/auth/login.html.tmpl | 4 +--
template/en/default/account/create.html.tmpl | 2 +-
.../en/default/account/email/confirm.html.tmpl | 2 +-
template/en/default/account/exists.html.tmpl | 3 ++-
.../password/set-forgotten-password.html.tmpl | 2 +-
template/en/default/account/prefs/prefs.html.tmpl | 2 +-
.../admin/components/confirm-delete.html.tmpl | 2 +-
.../en/default/admin/components/create.html.tmpl | 2 +-
.../en/default/admin/components/edit.html.tmpl | 2 +-
.../admin/fieldvalues/confirm-delete.html.tmpl | 2 +-
.../en/default/admin/fieldvalues/create.html.tmpl | 2 +-
.../en/default/admin/fieldvalues/edit.html.tmpl | 2 +-
template/en/default/admin/flag-type/edit.html.tmpl | 2 +-
template/en/default/admin/groups/create.html.tmpl | 2 +-
template/en/default/admin/groups/delete.html.tmpl | 2 +-
template/en/default/admin/groups/edit.html.tmpl | 2 +-
.../admin/keywords/confirm-delete.html.tmpl | 3 ++-
.../en/default/admin/keywords/create.html.tmpl | 2 +-
template/en/default/admin/keywords/edit.html.tmpl | 2 +-
.../admin/milestones/confirm-delete.html.tmpl | 2 +-
.../en/default/admin/milestones/create.html.tmpl | 2 +-
.../en/default/admin/milestones/edit.html.tmpl | 2 +-
.../admin/products/confirm-delete.html.tmpl | 2 +-
.../products/groupcontrol/confirm-edit.html.tmpl | 2 +-
template/en/default/admin/settings/edit.html.tmpl | 2 +-
.../default/admin/users/confirm-delete.html.tmpl | 2 +-
template/en/default/admin/users/create.html.tmpl | 2 +-
template/en/default/admin/users/edit.html.tmpl | 4 +--
template/en/default/admin/users/search.html.tmpl | 2 +-
.../admin/versions/confirm-delete.html.tmpl | 2 +-
.../en/default/admin/versions/create.html.tmpl | 2 +-
template/en/default/admin/versions/edit.html.tmpl | 2 +-
template/en/default/attachment/choose.html.tmpl | 6 ++---
.../en/default/attachment/confirm-delete.html.tmpl | 2 +-
template/en/default/attachment/create.html.tmpl | 2 +-
.../en/default/attachment/diff-header.html.tmpl | 2 +-
template/en/default/attachment/edit.html.tmpl | 2 +-
template/en/default/bug/choose.html.tmpl | 2 +-
.../bug/create/confirm-create-dupe.html.tmpl | 2 +-
.../en/default/bug/create/create-guided.html.tmpl | 4 +--
template/en/default/bug/create/create.html.tmpl | 4 +--
template/en/default/bug/dependency-graph.html.tmpl | 2 +-
template/en/default/bug/dependency-tree.html.tmpl | 15 ++++++-----
template/en/default/bug/knob.html.tmpl | 4 +--
.../bug/process/confirm-duplicate.html.tmpl | 2 +-
template/en/default/bug/process/midair.html.tmpl | 2 +-
.../bug/process/verify-new-product.html.tmpl | 2 +-
template/en/default/bug/summarize-time.html.tmpl | 2 +-
template/en/default/bug/votes/delete-all.html.tmpl | 2 +-
.../en/default/bug/votes/list-for-user.html.tmpl | 2 +-
template/en/default/global/common-links.html.tmpl | 2 +-
.../en/default/global/confirm-user-match.html.tmpl | 2 +-
.../en/default/global/per-bug-queries.html.tmpl | 2 +-
template/en/default/list/change-columns.html.tmpl | 5 ++--
template/en/default/list/edit-multiple.html.tmpl | 4 +--
template/en/default/list/list.html.tmpl | 8 +++---
template/en/default/list/quips.html.tmpl | 4 +--
template/en/default/pages/linkify.html.tmpl | 2 +-
template/en/default/pages/quicksearch.html.tmpl | 2 +-
.../en/default/pages/quicksearchhack.html.tmpl | 4 +--
template/en/default/reports/create-chart.html.tmpl | 16 +++++++-----
template/en/default/reports/duplicates.html.tmpl | 5 ++--
template/en/default/reports/series.html.tmpl | 5 ++--
template/en/default/request/queue.html.tmpl | 2 +-
.../en/default/search/boolean-charts.html.tmpl | 15 ++++++-----
template/en/default/search/form.html.tmpl | 3 ++-
template/en/default/search/knob.html.tmpl | 3 ++-
.../default/search/search-report-graph.html.tmpl | 3 ++-
.../default/search/search-report-table.html.tmpl | 3 ++-
.../en/default/search/search-specific.html.tmpl | 2 +-
template/en/default/whine/schedule.html.tmpl | 30 ++++++++++++++--------
72 files changed, 141 insertions(+), 113 deletions(-)
(limited to 'template/en/default')
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index bf8e867ff..621f65ff0 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -74,7 +74,8 @@
[% END %]
-
+
[%# For now, password change requests only apply to the DB
# verification method #%]
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index adbae970a..56d0612d6 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -87,7 +87,7 @@
[% PROCESS "global/hidden-fields.html.tmpl"
exclude="^Bugzilla_(login|password|restrictlogin)$" %]
-
+
(Note: you should make sure cookies are enabled for this site.
@@ -118,7 +118,7 @@
enter your login name below and submit a request
to change your password.
-
+
[% END %]
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index 8ffe6470c..052a2b7fe 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -69,7 +69,7 @@ Create a new [% terms.Bugzilla %] account
-
+
[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl
index 232d8b3b7..5bf79f058 100644
--- a/template/en/default/account/email/confirm.html.tmpl
+++ b/template/en/default/account/email/confirm.html.tmpl
@@ -40,7 +40,7 @@
-
+
diff --git a/template/en/default/account/exists.html.tmpl b/template/en/default/account/exists.html.tmpl
index 57baa13bb..0685485cf 100644
--- a/template/en/default/account/exists.html.tmpl
+++ b/template/en/default/account/exists.html.tmpl
@@ -34,7 +34,8 @@
A [% terms.Bugzilla %] account for [% login FILTER html %] already exists. If you
are the account holder and have forgotten your password,
- .
+ .
[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl
index 147bc4bfa..89d3dd01e 100644
--- a/template/en/default/account/password/set-forgotten-password.html.tmpl
+++ b/template/en/default/account/password/set-forgotten-password.html.tmpl
@@ -47,7 +47,7 @@
-
+
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index 9cb66f7bd..bb33bd6e8 100644
--- a/template/en/default/account/prefs/prefs.html.tmpl
+++ b/template/en/default/account/prefs/prefs.html.tmpl
@@ -96,7 +96,7 @@
-
+
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index a0387352b..4c94813fd 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -146,7 +146,7 @@
Do you really want to delete this component?
diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl
index 483a5d2de..7f88c62bc 100644
--- a/template/en/default/admin/flag-type/edit.html.tmpl
+++ b/template/en/default/admin/flag-type/edit.html.tmpl
@@ -209,7 +209,7 @@
-
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 8da00a799..a82acf6ce 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -47,7 +47,7 @@
Insert new group into all existing products.
-
+
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl
index d0f66f2ad..cca19981b 100644
--- a/template/en/default/admin/groups/delete.html.tmpl
+++ b/template/en/default/admin/groups/delete.html.tmpl
@@ -100,7 +100,7 @@
indicated problems first before you can proceed.
[% END %]
-
+
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index 610d3102e..51aba7ffe 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -170,7 +170,7 @@
[% END %]
-
+
[% IF usevisibility %]
diff --git a/template/en/default/admin/keywords/confirm-delete.html.tmpl b/template/en/default/admin/keywords/confirm-delete.html.tmpl
index cfe8bf75f..bb29437ef 100755
--- a/template/en/default/admin/keywords/confirm-delete.html.tmpl
+++ b/template/en/default/admin/keywords/confirm-delete.html.tmpl
@@ -46,7 +46,8 @@
-
+
Edit other keywords .
diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl
index 3f9f5aecf..103aa03b2 100755
--- a/template/en/default/admin/keywords/create.html.tmpl
+++ b/template/en/default/admin/keywords/create.html.tmpl
@@ -49,7 +49,7 @@
-
+
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl
index 74cef3d55..b6b5fc932 100755
--- a/template/en/default/admin/keywords/edit.html.tmpl
+++ b/template/en/default/admin/keywords/edit.html.tmpl
@@ -64,7 +64,7 @@
-
+
diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl
index 6a7900e72..1667af3b7 100644
--- a/template/en/default/admin/milestones/confirm-delete.html.tmpl
+++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl
@@ -86,7 +86,7 @@
Do you really want to delete this milestone?
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 55fb49fb0..e59dd8707 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -260,7 +260,7 @@
Do you really want to delete this product?
diff --git a/template/en/default/admin/settings/edit.html.tmpl b/template/en/default/admin/settings/edit.html.tmpl
index b5377a241..68c8577b0 100644
--- a/template/en/default/admin/settings/edit.html.tmpl
+++ b/template/en/default/admin/settings/edit.html.tmpl
@@ -89,7 +89,7 @@ page, and the Default Value will automatically apply to everyone.
-
+
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl
index 53abd5937..6b7bdcf10 100644
--- a/template/en/default/admin/users/confirm-delete.html.tmpl
+++ b/template/en/default/admin/users/confirm-delete.html.tmpl
@@ -424,7 +424,7 @@
diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl
index 2f7b86f19..306efea59 100644
--- a/template/en/default/attachment/choose.html.tmpl
+++ b/template/en/default/attachment/choose.html.tmpl
@@ -29,15 +29,15 @@
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl
index c79607ba2..ac8178ede 100644
--- a/template/en/default/attachment/confirm-delete.html.tmpl
+++ b/template/en/default/attachment/confirm-delete.html.tmpl
@@ -77,7 +77,7 @@
Reason of the deletion:
-
+
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 180fc5c49..043e1226a 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -104,7 +104,7 @@
[% END %]
-
+
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl
index 45bf202a9..3f2eed68d 100644
--- a/template/en/default/attachment/diff-header.html.tmpl
+++ b/template/en/default/attachment/diff-header.html.tmpl
@@ -257,7 +257,7 @@ tbody.file pre:empty {
[% END %]
and this patch
-
+
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index 6dfc8b099..51b941ca5 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -268,7 +268,7 @@
%]
-
+
Actions:
View
[% IF attachment.ispatch && patchviewerinstalled %]
diff --git a/template/en/default/bug/choose.html.tmpl b/template/en/default/bug/choose.html.tmpl
index c3c2c59b5..65b260bb4 100644
--- a/template/en/default/bug/choose.html.tmpl
+++ b/template/en/default/bug/choose.html.tmpl
@@ -29,7 +29,7 @@
You may find a single [% terms.bug %] by entering its [% terms.bug %] id here:
-
+
diff --git a/template/en/default/bug/create/confirm-create-dupe.html.tmpl b/template/en/default/bug/create/confirm-create-dupe.html.tmpl
index ef3d1ff23..47d2ae916 100644
--- a/template/en/default/bug/create/confirm-create-dupe.html.tmpl
+++ b/template/en/default/bug/create/confirm-create-dupe.html.tmpl
@@ -48,7 +48,7 @@ FILTER bug_link(bugid) FILTER none %].
[% PROCESS "global/hidden-fields.html.tmpl"
exclude="^(Bugzilla_login|Bugzilla_password|ignore_token)$" %]
-
+
[% END %]
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index 9b1cf39fe..ec74d4321 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -157,7 +157,7 @@ function PutDescription() {
-
+
@@ -503,7 +503,7 @@ function PutDescription() {
Step 3 of 3 - submit the [% terms.bug %] report
-
-
-
diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl
index 4db034ea2..48ca456c9 100644
--- a/template/en/default/bug/dependency-graph.html.tmpl
+++ b/template/en/default/bug/dependency-graph.html.tmpl
@@ -104,7 +104,7 @@
-
+
[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl
index 5c54f6fe1..b9f2cde39 100644
--- a/template/en/default/bug/dependency-tree.html.tmpl
+++ b/template/en/default/bug/dependency-tree.html.tmpl
@@ -171,7 +171,7 @@
[% END %]
-
@@ -188,7 +188,8 @@
@@ -223,7 +224,8 @@
-
+
@@ -238,7 +240,7 @@
[% END %]
- = realdepth %]
%]>
@@ -250,7 +252,8 @@
[%# Unlimited button %]
-
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 9f9e73f41..38a4898fe 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -154,7 +154,7 @@
[% END %]
[% END %]
-
+
@@ -173,7 +173,7 @@
[% IF bug.user.canmove %]
|
-
[% END %]
diff --git a/template/en/default/bug/process/confirm-duplicate.html.tmpl b/template/en/default/bug/process/confirm-duplicate.html.tmpl
index 815b3d43c..4703af426 100644
--- a/template/en/default/bug/process/confirm-duplicate.html.tmpl
+++ b/template/en/default/bug/process/confirm-duplicate.html.tmpl
@@ -68,7 +68,7 @@
Throw away my changes,
and revisit [% terms.bug %] [%+ duplicate_bug_id %]
-
+
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index aa587a4ca..620744bf7 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -77,7 +77,7 @@ You have the following choices:
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl
index 7e21f88ae..3b185993b 100644
--- a/template/en/default/bug/process/verify-new-product.html.tmpl
+++ b/template/en/default/bug/process/verify-new-product.html.tmpl
@@ -101,7 +101,7 @@
[% END %]
-
+
diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl
index bf4850153..8090aa319 100644
--- a/template/en/default/bug/summarize-time.html.tmpl
+++ b/template/en/default/bug/summarize-time.html.tmpl
@@ -268,7 +268,7 @@
-
+
diff --git a/template/en/default/bug/votes/delete-all.html.tmpl b/template/en/default/bug/votes/delete-all.html.tmpl
index 4c1173d54..ffede1db1 100644
--- a/template/en/default/bug/votes/delete-all.html.tmpl
+++ b/template/en/default/bug/votes/delete-all.html.tmpl
@@ -45,7 +45,7 @@
No, go back and review my votes
-
+
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl
index 85d25f9a2..7801b2a4a 100644
--- a/template/en/default/bug/votes/list-for-user.html.tmpl
+++ b/template/en/default/bug/votes/list-for-user.html.tmpl
@@ -146,7 +146,7 @@
[% IF canedit %]
-
+
To change your votes,
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index 877027676..8040e48ff 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -30,7 +30,7 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
-
+
|
Reports
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl
index 17a812c21..607ce4783 100644
--- a/template/en/default/global/confirm-user-match.html.tmpl
+++ b/template/en/default/global/confirm-user-match.html.tmpl
@@ -150,7 +150,7 @@
[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
-
+
diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl
index a7a678532..9c0fc114d 100644
--- a/template/en/default/global/per-bug-queries.html.tmpl
+++ b/template/en/default/global/per-bug-queries.html.tmpl
@@ -22,7 +22,7 @@
- [% terms.bugs %]
+ [% terms.bugs %]
to
[% foundq = 0 %]
[% FOREACH q = user.queries %]
diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl
index 715846001..9b610fe0c 100644
--- a/template/en/default/list/change-columns.html.tmpl
+++ b/template/en/default/list/change-columns.html.tmpl
@@ -64,14 +64,15 @@
-
+
[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index e6fed2415..687888b24 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -350,10 +350,10 @@
Reassign [% terms.bugs %] to default assignee of selected component
-
+
[% IF Param('move-enabled') && user.is_mover %]
-
+
[% END %]
[%############################################################################%]
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 803396cd0..cf7215ea3 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -143,7 +143,7 @@
[% END %]
-
+
[% IF UserInGroup(Param('timetrackinggroup')) %]
[% END %]
@@ -213,7 +213,7 @@
[% ELSE %]
@@ -148,7 +148,7 @@
+'value="Check All" onclick="SetCheckboxes(true);">');
//-->
-
+
[% END %]
diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl
index 48b193253..af0a86ba8 100644
--- a/template/en/default/pages/linkify.html.tmpl
+++ b/template/en/default/pages/linkify.html.tmpl
@@ -37,7 +37,7 @@
%]
-
+
[% INCLUDE global/footer.html.tmpl %]
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl
index 73a0172ee..b8d412d5e 100644
--- a/template/en/default/pages/quicksearch.html.tmpl
+++ b/template/en/default/pages/quicksearch.html.tmpl
@@ -40,7 +40,7 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
-
+
Getting Started
diff --git a/template/en/default/pages/quicksearchhack.html.tmpl b/template/en/default/pages/quicksearchhack.html.tmpl
index 22913ec42..47a0eacd3 100644
--- a/template/en/default/pages/quicksearchhack.html.tmpl
+++ b/template/en/default/pages/quicksearchhack.html.tmpl
@@ -32,8 +32,8 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
-
-
+
+
diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl
index c02e8db04..f2daeb06a 100644
--- a/template/en/default/reports/create-chart.html.tmpl
+++ b/template/en/default/reports/create-chart.html.tmpl
@@ -87,7 +87,8 @@ function subcatSelected() {
-
+
@@ -97,7 +98,8 @@ function subcatSelected() {
-
+
@@ -116,7 +118,8 @@ function subcatSelected() {
-
+
[% END %]
@@ -225,9 +228,9 @@ function subcatSelected() {
+ style="width: 5em;" id="action-sum">
+ style="width: 5em;" id="action-remove">
@@ -247,7 +250,8 @@ function subcatSelected() {
-
+
diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl
index 897bbf17f..72f79e255 100644
--- a/template/en/default/reports/duplicates.html.tmpl
+++ b/template/en/default/reports/duplicates.html.tmpl
@@ -120,13 +120,14 @@
-
+
diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl
index d75808070..1d1caf5d4 100644
--- a/template/en/default/reports/series.html.tmpl
+++ b/template/en/default/reports/series.html.tmpl
@@ -47,7 +47,8 @@
onchange => "catSelected()" } %]
-
+
@@ -89,7 +90,7 @@
-
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl
index 573e95bfa..cf679d092 100644
--- a/template/en/default/request/queue.html.tmpl
+++ b/template/en/default/request/queue.html.tmpl
@@ -101,7 +101,7 @@
} %]
[% PROCESS "global/select-menu.html.tmpl" name="group" options=groups default=cgi.param('group') %]
-
+
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl
index c1557b6cb..6f63f64bb 100644
--- a/template/en/default/search/boolean-charts.html.tmpl
+++ b/template/en/default/search/boolean-charts.html.tmpl
@@ -100,8 +100,9 @@
[% ELSE %]
[% newor = colnum + 1 %]
-
+
[% END %]
@@ -116,11 +117,13 @@
[% newand = rownum + 1; newchart = chartnum + 1 %]
-
+
-
+
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 879625d02..ee8567586 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -145,7 +145,8 @@ function doOnSelectProduct(selectmode) {
[% IF button_name %]
-
+
[% END %]
diff --git a/template/en/default/search/knob.html.tmpl b/template/en/default/search/knob.html.tmpl
index 833e37f55..407683747 100644
--- a/template/en/default/search/knob.html.tmpl
+++ b/template/en/default/search/knob.html.tmpl
@@ -54,7 +54,8 @@
-
+
[% IF known_name %]
diff --git a/template/en/default/search/search-report-graph.html.tmpl b/template/en/default/search/search-report-graph.html.tmpl
index 276fe7560..cfc585d8f 100644
--- a/template/en/default/search/search-report-graph.html.tmpl
+++ b/template/en/default/search/search-report-graph.html.tmpl
@@ -129,7 +129,8 @@ var queryform = "reportform"
[% PROCESS search/form.html.tmpl %]
-
+
diff --git a/template/en/default/search/search-report-table.html.tmpl b/template/en/default/search/search-report-table.html.tmpl
index 1894fa795..b7e54a35e 100644
--- a/template/en/default/search/search-report-table.html.tmpl
+++ b/template/en/default/search/search-report-table.html.tmpl
@@ -81,7 +81,8 @@ var queryform = "reportform"
[% PROCESS search/form.html.tmpl %]
-
+
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl
index dcc87130e..8288b76e3 100644
--- a/template/en/default/search/search-specific.html.tmpl
+++ b/template/en/default/search/search-specific.html.tmpl
@@ -110,7 +110,7 @@ for "crash secure SSL flash".
-
+
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl
index 4f94b4d71..a320ec143 100644
--- a/template/en/default/whine/schedule.html.tmpl
+++ b/template/en/default/whine/schedule.html.tmpl
@@ -80,7 +80,7 @@
[%# This hidden submit button must be here to set default behavior when
the user presses return on a form input field #%]
+ style="visibility: hidden" id="commit">
[% FOREACH event = events %]
@@ -93,7 +93,8 @@
+ name="remove_event_[% event.key %]"
+ id="remove_event_[% event.key %]">
@@ -133,7 +134,8 @@
Not scheduled to run
+ name="add_schedule_[% event.key %]"
+ id="add_schedule_[% event.key %]">
@@ -190,7 +192,8 @@
+ name="remove_schedule_[% schedule.id %]"
+ id="remove_schedule_[% schedule.id %]">
[% END %]
@@ -198,7 +201,8 @@
+ name="add_schedule_[% event.key %]"
+ id="add_schedule_[% event.key %]">
@@ -218,10 +222,12 @@
No queries
-
+
-
+
@@ -271,7 +277,8 @@
+ name="remove_query_[% query.id %]"
+ id="remove_query_[% query.id %]">
@@ -280,7 +287,8 @@
+ name="add_query_[% event.key %]"
+ id="add_query_[% event.key %]">
@@ -288,7 +296,7 @@
-
+
@@ -299,7 +307,7 @@
[% END %]
-
+
--
cgit v1.2.3-24-g4f1b