diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 1b2d5f0db5..7920838363 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -1062,11 +1062,6 @@ sub create {
DB_MODULE => \&Bugzilla::Constants::DB_MODULE,
'default_authorizer' => sub { return Bugzilla::Auth->new() },
-# It is almost always better to do mobile feature detection, client side in js.
-# However, we need to set the meta[name=viewport] server-side or the behavior is
-# not as predictable. It is possible other parts of the frontend may use this feature too.
- 'is_mobile_browser' => sub { return Bugzilla->cgi->user_agent =~ /Mobi/ },
-
'socorro_lens_url' => sub {
my ($sigs) = @_;
diff --git a/extensions/BMO/template/en/default/account/create.html.tmpl b/extensions/BMO/template/en/default/account/create.html.tmpl
index e57c9a1442..33eaee817c 100644
--- a/extensions/BMO/template/en/default/account/create.html.tmpl
+++ b/extensions/BMO/template/en/default/account/create.html.tmpl
@@ -36,6 +36,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = [ 'extensions/BMO/web/styles/create_account.css' ]
+ responsive = 1
%]
-
-
+
-
+
I need help using a Mozilla Product
@@ -107,9 +107,9 @@ function onSubmit() {
directions on our project repository.
- |
+
-
+ |
+
[% PROCESS global/footer.html.tmpl %]
diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl
index 539ffcf912..4d1e3afe53 100644
--- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl
+++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl
@@ -40,14 +40,12 @@
"extensions/ProdCompSearch/web/js/prod_comp_search.js",
];
- # use responsive design for the Enter Bug page
- responsive = !is_describe;
-
cgi = Bugzilla.cgi;
classification = cgi.param('classification');
PROCESS global/header.html.tmpl
- generate_api_token = 1;
+ generate_api_token = 1
+ responsive = 1;
%]
[% IF NOT is_describe %]
diff --git a/extensions/BMO/template/en/default/hook/global/header-action-links.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-action-links.html.tmpl
new file mode 100644
index 0000000000..15042813f8
--- /dev/null
+++ b/extensions/BMO/template/en/default/hook/global/header-action-links.html.tmpl
@@ -0,0 +1,17 @@
+[%# This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # defined by the Mozilla Public License, v. 2.0.
+ #%]
+
+[% IF user.login && user.in_group('mozilla-employee-confidential') %]
+
+
+
+[% END %]
diff --git a/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl
index ef42060cce..cabbb152e4 100644
--- a/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl
@@ -6,24 +6,35 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
-