From b4ab958823eaf0cddb1ce15f8af9ed7539b300cf Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 1 Mar 2009 23:39:37 +0000 Subject: Bug 478232: Fix HTML validation of pages after index/header UI changes. Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/index.html.tmpl | 49 +++++++++++++------------------------ 1 file changed, 17 insertions(+), 32 deletions(-) (limited to 'template/en/default/index.html.tmpl') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 339975d67..558f5a968 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -128,37 +128,22 @@ YAHOO.util.Event.onDOMReady(onLoadActions);

Welcome to [% terms.Bugzilla %]

- -
- File [% terms.aBug %] -
-
- - -
- Search -
-
- - -
- - [% IF user.id %] - User Preferences - [% ELSIF Param('createemailregexp') && user.authorizer.user_can_create_account %] - Open a New Account - [% ELSE %] - Log In - [% END%] -
-
+ File [% terms.aBug %] + + Search + + User Preferences + [% ELSIF Param('createemailregexp') + && user.authorizer.user_can_create_account + %] + href="createaccount.cgi">Open a New Account + [% ELSE %] + href="?GoAheadAndLogIn=1">Log In + [% END %]
@@ -188,7 +173,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
  • Release Notes
  • -
    +
    -- cgit v1.2.3-24-g4f1b