From 929b49c3e8e5720b750cb35fe27d2d79744a3589 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 24 Jul 2013 23:39:00 +0800 Subject: Bug 895282: Add Webmaker to Bugzilla enter_bug product selection pages --- .../GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 2 +- .../template/en/default/guided/products.html.tmpl | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'extensions/GuidedBugEntry/template/en/default') diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index 38bf793fd..5b57a0900 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -149,7 +149,7 @@ dupes.setLabels( [% ELSE %] onclick="product.select('[% name FILTER js %]')" [% END %] - > diff --git a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl index f775f837c..59f7e8cb8 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl @@ -27,6 +27,10 @@ name="Marketplace" icon="marketplace.png" %] +[% INCLUDE product_block + name="Webmaker" + icon="webmaker.png" +%] [% INCLUDE product_block name="Thunderbird" icon="thunderbird.png" @@ -37,15 +41,15 @@ %] [% INCLUDE product_block name="Core" - icon="core.png" + icon="component.png" %] [% INCLUDE product_block name="Mozilla Localizations" - icon="dino.png" + icon="localization.png" caption="Localizations" %] [% INCLUDE product_block name="Mozilla Services" - icon="dino.png" + icon="sync.png" caption="Services" %] -- cgit v1.2.3-24-g4f1b