From a9a03e405b9e37fa37e1e07b086e510e746ef71b Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Sun, 13 Mar 2005 05:51:15 +0000 Subject: Bug 83044 - Any page is now capable of being a login page simply by adding the ?GoAheadAndLogin=1 option to the URL. All links have been changed to make index.cgi the default login page instead of query.cgi. r=joel, a=justdave --- template/en/default/account/created.html.tmpl | 2 +- template/en/default/global/messages.html.tmpl | 2 +- template/en/default/global/useful-links.html.tmpl | 2 +- template/en/default/index.html.tmpl | 2 +- template/en/default/sidebar.xul.tmpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/account/created.html.tmpl b/template/en/default/account/created.html.tmpl index cbd1227b5..2d507b4cf 100644 --- a/template/en/default/account/created.html.tmpl +++ b/template/en/default/account/created.html.tmpl @@ -36,7 +36,7 @@

When the e-mail arrives, - log in here. + log in here.

[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 5ed2eecf8..0ce65ef09 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -156,7 +156,7 @@ [% ELSIF message_tag == "logged_out" %] [% title = "Logged Out" %] - [% url = "query.cgi?GoAheadAndLogIn=1" %] + [% url = "index.cgi?GoAheadAndLogIn=1" %] [% link = "Log in again." %] Your login has been forgotten. The cookie that was remembering your login is now gone. You will be diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 6d45bfd1b..36a08a8b8 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -63,7 +63,7 @@ [% IF Param('createemailregexp') %] | New Account [% END %] - | Log In + | Log In [% END %] diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index c45ed9cc8..c1bdf62c5 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -72,7 +72,7 @@ function addSidebar() {
  • Logout [% user.login FILTER html %]
  • [% END %] [% ELSE %] -
  • Log in to an existing account
  • +
  • Log in to an existing account
  • [% IF Param('createemailregexp') %]
  • Open a new [% terms.Bugzilla %] account
  • [% END %] diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index f510206d9..b285cac56 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -113,7 +113,7 @@ function normal_keypress_handler( aEvent ) { [% ELSE %] - + [% END %] -- cgit v1.2.3-24-g4f1b