diff options
author | Byron Jones <bjones@mozilla.com> | 2013-07-24 17:39:00 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-07-24 17:39:00 +0200 |
commit | 929b49c3e8e5720b750cb35fe27d2d79744a3589 (patch) | |
tree | d535904670a50558959a5718ea14e927642d5dd0 /extensions/BMO/template/en/default | |
parent | 76ab07801be71ef4ba8d1e019363409091794c5a (diff) | |
download | bugzilla-929b49c3e8e5720b750cb35fe27d2d79744a3589.tar.gz bugzilla-929b49c3e8e5720b750cb35fe27d2d79744a3589.tar.xz |
Bug 895282: Add Webmaker to Bugzilla enter_bug product selection pages
Diffstat (limited to 'extensions/BMO/template/en/default')
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 18 |
1 files changed, 11 insertions, 7 deletions
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 38a43cd12..1ee21a8bd 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -78,7 +78,7 @@ <table align="center" border="0" width="600" cellpadding="5" cellspacing="0"> [% INCLUDE easyproduct name="Core" - icon="dino.png" + icon="component.png" %] [% INCLUDE easyproduct name="Firefox" @@ -98,14 +98,18 @@ icon="firefox.png" %] [% INCLUDE easyproduct - name="Toolkit" - icon="dino.png" -%] -[% INCLUDE easyproduct name="Marketplace" icon="marketplace.png" %] [% INCLUDE easyproduct + name="Webmaker" + icon="webmaker.png" +%] +[% INCLUDE easyproduct + name="Toolkit" + icon="component.png" +%] +[% INCLUDE easyproduct name="Thunderbird" icon="thunderbird.png" %] @@ -115,11 +119,11 @@ %] [% INCLUDE easyproduct name="Mozilla Localizations" - icon="dino.png" + icon="localization.png" %] [% INCLUDE easyproduct name="Mozilla Services" - icon="dino.png" + icon="sync.png" %] <tr> <td><a href="[% target FILTER uri %]?full=1 |