From 6b9320eab2e848a2b2ac2f454af939f467f3d738 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 8 Dec 2011 16:49:24 -0500 Subject: Fixed index.html to display icons correctly --- template/en/default/index.html.tmpl | 38 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 24 deletions(-) (limited to 'template/en') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 5b9237aa1..29bc9adb6 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -125,30 +125,20 @@ YAHOO.util.Event.onDOMReady(onLoadActions);

Welcome to [% terms.Bugzilla %]

[% Hook.process('intro') %]
- -
- -
+ 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 %]
-- cgit v1.2.3-24-g4f1b