From ce6b850ebeeff164be4a01aa30ee35b9d7301711 Mon Sep 17 00:00:00 2001
From: Byron Jones
Date: Thu, 21 Mar 2013 01:05:06 +0800
Subject: Bug 851818: Modernize the entry page for filing a bug by including,
keeping, and removing products shown on the enter bug page
---
.../en/default/global/choose-product.html.tmpl | 48 ++++++++++++++--------
1 file changed, 30 insertions(+), 18 deletions(-)
(limited to 'extensions/BMO/template/en/default')
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 9f3aca3c0..d6d493827 100644
--- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl
+++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl
@@ -29,7 +29,7 @@
[% PROCESS global/variables.none.tmpl %]
-[% style_urls = [ "extensions/BMO/web/styles/choose_product.css" ] %]
+[% style_urls = [ "extensions/BMO/web/styles/choose_product.css" ] %]
[% IF target == "enter_bug.cgi" %]
[% title = "Enter $terms.Bug" %]
@@ -68,7 +68,7 @@
ProdCompSearch.script_name = '[% target FILTER js %]';
- [% PROCESS prodcompsearch/form.html.tmpl
+ [% PROCESS prodcompsearch/form.html.tmpl
input_label = "Find product:"
%]
@@ -90,32 +90,37 @@
icon="firefox.png"
%]
[% INCLUDE easyproduct
- name="Thunderbird"
- icon="thunderbird.png"
+ name="Boot2Gecko"
+ icon="firefox.png"
+ caption="Firefox OS"
%]
[% INCLUDE easyproduct
- name="Calendar"
- icon="sunbird.png"
+ name="Firefox for Android"
+ icon="firefox.png"
%]
[% INCLUDE easyproduct
- name="Camino"
- icon="camino.png"
+ name="Firefox for Metro"
+ icon="firefox.png"
%]
[% INCLUDE easyproduct
- name="SeaMonkey"
- icon="seamonkey.png"
+ name="Toolkit"
+ icon="dino.png"
%]
[% INCLUDE easyproduct
- name="Firefox for Android"
- icon="firefox.png"
+ name="Marketplace"
+ icon="marketplace.png"
%]
[% INCLUDE easyproduct
- name="Mozilla Localizations"
- icon="dino.png"
+ name="Thunderbird"
+ icon="thunderbird.png"
%]
[% INCLUDE easyproduct
- name="Mozilla Labs"
- icon="labs.png"
+ name="SeaMonkey"
+ icon="seamonkey.png"
+%]
+[% INCLUDE easyproduct
+ name="Mozilla Localizations"
+ icon="dino.png"
%]
[% INCLUDE easyproduct
name="Mozilla Services"
@@ -182,7 +187,7 @@
[% IF target == "enter_bug.cgi" AND user.settings.product_chooser.value != 'full_product_chooser' %]
-You can choose to get this screen by default when you click "New [% terms.Bug %]"
+
You can choose to get this screen by default when you click "New [% terms.Bug %]"
by changing your preferences.
[% END %]
[% END %]
@@ -190,6 +195,13 @@ by changing your preferences.
+
+
[% PROCESS global/footer.html.tmpl %]
[%###########################################################################%]
@@ -208,7 +220,7 @@ by changing your preferences.
+ [% caption || name FILTER html FILTER no_break %]:
[% IF p.description %]
[% p.description FILTER html_light %]
[% END %]
--
cgit v1.2.3-24-g4f1b
|