From 2d9deb00d18b646392e660dac42805ec66d3f226 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sun, 4 Mar 2018 19:00:08 -0500 Subject: Bug 1419973 - Modify product selector layout on Browse and Enter Bug pages --- .../en/default/global/choose-product.html.tmpl | 71 +++++++++++----------- 1 file changed, 34 insertions(+), 37 deletions(-) (limited to 'extensions/BMO/template/en/default/global') 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 57d0b0740..4329b716a 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -68,11 +68,12 @@ %] -

or choose from the following selections

+
+

or choose from the following selections

[% IF NOT ((cgi.param("full")) OR (user.settings.product_chooser.value == 'full_product_chooser')) %] - +
[% INCLUDE easyproduct name="Core" icon="component.png" @@ -109,21 +110,19 @@ name="Data Platform and Tools" icon="sync.png" %] -
- - - -
-

- Other Products

-

Other Mozilla products which aren't listed here

-
+
+

+ + + Other Products + +

+

Other Mozilla products which aren't listed here

+
+ [% ELSE %] @@ -171,15 +170,14 @@ [% END %] [% END %] -
+
- - Switch to the [% terms.Bugzilla %] Helper - | Custom [% terms.bug %] entry forms + + + Switch to the [% terms.Bugzilla %] Helper | + Custom [% terms.bug %] entry forms
[% PROCESS global/footer.html.tmpl %] @@ -192,20 +190,19 @@ [% FOREACH c = classifications %] [% FOREACH p = c.products %] [% IF p.name == name %] - - - -

- [% caption || name FILTER html FILTER no_break %]:

- [% IF p.description %] -

[% p.description FILTER html_light %]

- [% END %] - - +
+

+ + + [% caption || name FILTER html %] + +

+ [% IF p.description %] +

[% p.description FILTER html_light %]

+ [% END %] +
[% LAST %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b