diff options
Diffstat (limited to 'extensions/GuidedBugEntry/template/en')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl | 10 |
2 files changed, 8 insertions, 4 deletions
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 %] - ><img src="extensions/GuidedBugEntry/web/images/products/[% icon FILTER uri %]" width="64" height="64" + ><img src="extensions/BMO/web/producticons/[% icon FILTER uri %]" width="64" height="64" ></a> </td> <td> 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 @@ -28,6 +28,10 @@ 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" %] |