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 --- template/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 +- template/en/default/account/email/confirm.html.tmpl | 2 +- template/en/default/account/exists.html.tmpl | 3 ++- template/en/default/account/password/set-forgotten-password.html.tmpl | 2 +- template/en/default/account/prefs/prefs.html.tmpl | 2 +- 7 files changed, 10 insertions(+), 8 deletions(-) (limited to 'template/en/default/account') 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 @@   - + -- cgit v1.2.3-24-g4f1b