diff options
author | Byron Jones <bjones@mozilla.com> | 2013-06-11 06:56:46 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-06-11 06:56:46 +0200 |
commit | c330b399e2e1d9a873bfba6a2f67300076be77b0 (patch) | |
tree | f90f2edcf2bac635efcddf565098131ea2cf1b17 /template | |
parent | f996e4ab39111e463e5deaf5fa14a9a01d893632 (diff) | |
download | bugzilla-c330b399e2e1d9a873bfba6a2f67300076be77b0.tar.gz bugzilla-c330b399e2e1d9a873bfba6a2f67300076be77b0.tar.xz |
Bug 881400: form.reps.mentorship is broken when using the mozilla skin
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 48140f74c..62be70e94 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -255,23 +255,7 @@ <a href="./" title="Home">[% terms.BugzillaTitle %]</a> </td> <td id="information"></td> - <td id="languages"> - [% IF Bugzilla.languages.size > 1 %] - <ul class="links"> - [% FOREACH lang = Bugzilla.languages.sort %] - <li>[% IF NOT loop.first %]<span class="separator"> | </span>[% END %] - [% IF lang == current_language %] - <span class="lang_current">[% lang FILTER html FILTER upper %]</span> - [% ELSE %] - <a href="#" onclick="set_language('[% lang FILTER none %]');"> - [%- lang FILTER html FILTER upper %]</a> - [% END %] - </li> - [% END %] - </ul> - [% END %] - </td> - <td id="login"> + <td id="moz_login"> [% IF user.id %] <ul class="links"> <li class="dropdown"> @@ -305,7 +289,7 @@ <ul class="login-links"> [% IF Param('createemailregexp') && user.authorizer.user_can_create_account %] - <li id="new_account_container_top"><a href="createaccount.cgi">New Account</a></li> + <li id="moz_new_account_container_top"><a href="createaccount.cgi">New Account</a></li> [% END %] [%# Only display one login form when we're on a LOGIN_REQUIRED page. That @@ -320,7 +304,7 @@ </ul> [% END %] </td> - <td id="tab"> + <td id="moz_tab"> <a href="http://mozilla.org/"><img src="https://addons.cdn.mozilla.net/media/img/zamboni/mozilla-tab.png?b=4953ddb"></a> </td> </tr> |