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 --- .../template/en/default/guided/guided.html.tmpl | 28 ++++++++++------- .../template/en/default/guided/products.html.tmpl | 35 +++++++++++++--------- 2 files changed, 39 insertions(+), 24 deletions(-) (limited to 'extensions/GuidedBugEntry/template') diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index 50a7616be..c9bed9f41 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -231,10 +231,8 @@ dupes.setLabels( > - -

- I need technical support -

+ + I need technical support
For technical support or help getting your site to work with Mozilla. @@ -246,14 +244,24 @@ dupes.setLabels( > - - • Offer us ideas on how to make Firefox better
- • Report an issue with a web site that I use
- • Report an issue with Firefox on a site that I've developed
- • Provide feedback about Firefox
+ + Offer us ideas on how to make Firefox better
+ Provide feedback about Firefox
+ + + + +
+ +
+ + + Report an issue with Firefox on a site that I've developed
+ Report an issue with a web site that I use
+

None of the above; my [% terms.bug %] is in:

@@ -423,7 +431,7 @@ explain how to write effective [% terms.bug %] reports. Bad example: Mozilla crashed. You suck!
Good example: After a crash which happened when I was sorting in the Bookmark Manager, all of my top-level bookmark - folders beginning with the letters Q to Z are no longer present. + folders beginning with the letters Q to Z are no longer present. diff --git a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl index 22c93a354..f775f837c 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl @@ -10,35 +10,42 @@ name="Firefox" icon="firefox.png" %] +[% INCLUDE product_block + name="Boot2Gecko" + icon="firefox.png" + caption="Firefox OS" +%] [% INCLUDE product_block name="Firefox for Android" icon="firefox.png" %] [% INCLUDE product_block - name="Thunderbird" - icon="thunderbird.png" + name="Firefox for Metro" + icon="firefox.png" %] [% INCLUDE product_block - name="Mozilla Services" - icon="dino.png" + name="Marketplace" + icon="marketplace.png" %] [% INCLUDE product_block - name="SeaMonkey" - icon="seamonkey.png" + name="Thunderbird" + icon="thunderbird.png" %] [% INCLUDE product_block - name="Mozilla Localizations" - icon="dino.png" + name="SeaMonkey" + icon="seamonkey.png" %] [% INCLUDE product_block - name="Mozilla Labs" - icon="labs.png" + name="Core" + icon="core.png" %] [% INCLUDE product_block - name="Calendar" - icon="sunbird.png" + name="Mozilla Localizations" + icon="dino.png" + caption="Localizations" %] [% INCLUDE product_block - name="Core" - icon="core.png" + name="Mozilla Services" + icon="dino.png" + caption="Services" %] -- cgit v1.2.3-24-g4f1b