summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2005-04-13 02:23:01 +0200
committerjake%bugzilla.org <>2005-04-13 02:23:01 +0200
commit80faf9c10da4330066d5f57cd144c640ef7d4f65 (patch)
tree5d3128cd9cfca90b1c4d9d9664e98890b715160f /template/en/default/index.html.tmpl
parent4b0a77d047699b97e3f34924dbeee5a1e8fe0b62 (diff)
downloadbugzilla-80faf9c10da4330066d5f57cd144c640ef7d4f65.tar.gz
bugzilla-80faf9c10da4330066d5f57cd144c640ef7d4f65.tar.xz
Bug 165075 - A login form is now included by default on the main Index page.
r=wurblzap, a= justdave
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index e0d941372..eb1cbbd58 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -72,7 +72,7 @@ function addSidebar() {
<li id="logout"><a href="relogin.cgi">Log out [% user.login FILTER html %]</a></li>
[% END %]
[% ELSE %]
- <li id="login"><a href="index.cgi?GoAheadAndLogIn=1">Log in to an existing account</a></li>
+ [% PROCESS "account/auth/login-small.html.tmpl" %]
[% IF Param('createemailregexp') %]
<li id="account"><a href="createaccount.cgi">Open a new [% terms.Bugzilla %] account</a></li>
[% END %]