summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-20 22:37:20 +0000
committerColin Guthrie <colin@mageia.org>2014-09-15 20:44:40 +0100
commit2dfad21bf86fc7550472170572f598c249ae0f03 (patch)
tree276b24127c7c51b99bd69d48170d5a8fc2926a27
parentda60344c9f733a308632beb0c2f25a5dbf7cd122 (diff)
downloadbugzilla-2dfad21bf86fc7550472170572f598c249ae0f03.tar
bugzilla-2dfad21bf86fc7550472170572f598c249ae0f03.tar.gz
bugzilla-2dfad21bf86fc7550472170572f598c249ae0f03.tar.bz2
bugzilla-2dfad21bf86fc7550472170572f598c249ae0f03.tar.xz
bugzilla-2dfad21bf86fc7550472170572f598c249ae0f03.zip
Fix page
-rw-r--r--template/en/default/index.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index 1d26c4f..9dcf6ac 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -120,7 +120,11 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
<a id="account"
[% IF user.id %]
href="userprefs.cgi"><span>User Preferences</span></a>
+ [% ELSIF Param('createemailregexp')
+ %]
href="http://identity.mageia.org/register"><span>Open a New Account</span></a>
+ [% ELSE %]
+ href="?GoAheadAndLogIn=1"><span>Log In</span></a>
[% END %]
</li>
</ul>