From: lpsolit%gmail.com <> Date: Wed, 12 Jul 2006 19:21:36 +0000 (+0000) Subject: Bug 317694: All buttons in forms must have an id - Patches by André Batosti r=ghendricks a=myk --- diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index bf8e867ff5..621f65ff04 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 adbae970a5..56d0612d6b 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 8ffe6470cc..052a2b7fee 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 232d8b3b77..5bf79f0581 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 57baa13bb4..0685485cf9 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 147bc4bfa2..89d3dd01e4 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 9cb66f7bd7..bb33bd6e83 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 a0387352bf..4c94813fd4 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/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index fa4c05c141..83c28ab85f 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -78,7 +78,7 @@ [% END %]
- + diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 22b7295dd0..9392cfd69c 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -100,7 +100,7 @@ - or or Delete this component. diff --git a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl index 31deb547f4..317f1f4b36 100644 --- a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl +++ b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl @@ -107,7 +107,7 @@

Do you really want to delete this value?

- + diff --git a/template/en/default/admin/fieldvalues/create.html.tmpl b/template/en/default/admin/fieldvalues/create.html.tmpl index a23c8ddb2c..c0d3644164 100644 --- a/template/en/default/admin/fieldvalues/create.html.tmpl +++ b/template/en/default/admin/fieldvalues/create.html.tmpl @@ -39,7 +39,7 @@ value=""> - + diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl index 58de8611b1..c798bb3a92 100644 --- a/template/en/default/admin/fieldvalues/edit.html.tmpl +++ b/template/en/default/admin/fieldvalues/edit.html.tmpl @@ -48,7 +48,7 @@ - +
diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 483a5d2de7..7f88c62bc1 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 8da00a7994..a82acf6ce1 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 d0f66f2ad4..cca19981bc 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 610d3102ef..51aba7ffe1 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 cfe8bf75f8..bb29437efe 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 3f9f5aecfc..103aa03b29 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 74cef3d55c..b6b5fc932d 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 6a7900e72d..1667af3b74 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/milestones/create.html.tmpl b/template/en/default/admin/milestones/create.html.tmpl index 99a7f833ae..8dd23e3de8 100644 --- a/template/en/default/admin/milestones/create.html.tmpl +++ b/template/en/default/admin/milestones/create.html.tmpl @@ -46,7 +46,7 @@ value=""> - + diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl index 1fdea30e09..f216166b1d 100644 --- a/template/en/default/admin/milestones/edit.html.tmpl +++ b/template/en/default/admin/milestones/edit.html.tmpl @@ -54,7 +54,7 @@ - +
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl index 55fb49fb09..e59dd8707d 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 b5377a2410..68c8577b0b 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 53abd5937e..6b7bdcf10d 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 @@

- + [% INCLUDE listselectionhiddenfields %] diff --git a/template/en/default/admin/users/create.html.tmpl b/template/en/default/admin/users/create.html.tmpl index 42aefbdb70..4cef3884a8 100644 --- a/template/en/default/admin/users/create.html.tmpl +++ b/template/en/default/admin/users/create.html.tmpl @@ -39,7 +39,7 @@ %]

- + [% INCLUDE listselectionhiddenfields %]

diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index dee1284066..f92492472c 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -101,7 +101,7 @@

- + [% INCLUDE listselectionhiddenfields %] @@ -128,7 +128,7 @@ [% IF Param('allowuserdeletion') && editusers %]

- + [% INCLUDE listselectionhiddenfields %] diff --git a/template/en/default/admin/users/search.html.tmpl b/template/en/default/admin/users/search.html.tmpl index 68208f7563..ae37bd10d8 100644 --- a/template/en/default/admin/users/search.html.tmpl +++ b/template/en/default/admin/users/search.html.tmpl @@ -50,7 +50,7 @@ -

+

[% IF restrictablegroups.size %]

diff --git a/template/en/default/admin/versions/confirm-delete.html.tmpl b/template/en/default/admin/versions/confirm-delete.html.tmpl index a3e8f8d620..feef860351 100644 --- a/template/en/default/admin/versions/confirm-delete.html.tmpl +++ b/template/en/default/admin/versions/confirm-delete.html.tmpl @@ -88,7 +88,7 @@

Do you really want to delete this version?

- + diff --git a/template/en/default/admin/versions/create.html.tmpl b/template/en/default/admin/versions/create.html.tmpl index 614996300c..44d43cab4e 100644 --- a/template/en/default/admin/versions/create.html.tmpl +++ b/template/en/default/admin/versions/create.html.tmpl @@ -40,7 +40,7 @@ value=""> - + diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl index eff3d92ad9..7f0de26775 100644 --- a/template/en/default/admin/versions/edit.html.tmpl +++ b/template/en/default/admin/versions/edit.html.tmpl @@ -48,7 +48,7 @@ - +

diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl index 2f7b86f19e..306efea591 100644 --- a/template/en/default/attachment/choose.html.tmpl +++ b/template/en/default/attachment/choose.html.tmpl @@ -29,15 +29,15 @@

Access an attachment by entering its ID into the form below:

Attachment ID: - - + +

Or, access it from the list of attachments in its associated [% terms.bug %] report:

[% terms.Bug %] ID: - +

diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index c79607ba2b..ac8178eded 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -77,7 +77,7 @@

- + diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 180fc5c49e..043e1226a3 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 45bf202a9a..3f2eed68d7 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 6dfc8b0996..51b941ca5c 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 c3c2c59b56..65b260bb46 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 ef3d1ff23b..47d2ae916a 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 9b1cf39fe4..ec74d43215 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 4db034ea2f..48ca456c92 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 5c54f6fe1a..b9f2cde399 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 @@

[%# set to one form %] - @@ -207,7 +208,7 @@ : ( maxdepth ? maxdepth - 1 : realdepth - 1 ) %]"> -
@@ -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 9f9e73f41a..38a4898fec 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 815b3d43ce..4703af4267 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 aa587a4ca2..620744bf7d 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:
  • [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %] - + This will cause all of the above changes to be overwritten [% ", except for the added comment(s)" IF comments.size > start_at %].
    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 7e21f88ae7..3b185993b0 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 bf48501538..8090aa3196 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 4c1173d543..ffede1db12 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 85d25f9a29..7801b2a4a3 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 8770276767..8040e48ff8 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 17a812c216..607ce47835 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 a7a6785323..9c0fc114de 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 7158460019..9b610fe0ca 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 e6fed24155..687888b247 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 803396cd0f..cf7215ea31 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -143,7 +143,7 @@ [% END %] - +
    @@ -151,13 +151,13 @@ [% END %] - +
    [% IF UserInGroup(Param('timetrackinggroup')) %]
    - +
    [% END %] @@ -213,7 +213,7 @@
    - as + as diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl index 92570777ed..5bbbaecc31 100644 --- a/template/en/default/list/quips.html.tmpl +++ b/template/en/default/list/quips.html.tmpl @@ -76,7 +76,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 48b1932530..af0a86ba83 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 73a0172eee..b8d412d5e8 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 22913ec422..47a0eacd3b 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 c02e8db049..f2daeb06a5 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 897bbf17f9..72f79e2554 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -120,13 +120,14 @@ - +

    - Or just give this to me as a . + Or just give this to me as a . (Note: the order may not be the same.)
    diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl index d758080702..1d1caf5d4e 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 573e95bfa6..cf679d092b 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 c1557b6cb5..6f63f64bb3 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 879625d02c..ee85675863 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 833e37f558..4076837474 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 276fe75600..cfc585d8fb 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 1894fa795b..b7e54a35e3 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 dcc87130e1..8288b76e3e 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 4f94b4d711..a320ec1437 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 %]

    - +