Skip to content

Commit

Permalink
Merge pull request #2244 from jpetto/bug-1058758-fxos-czech-repub-avail
Browse files Browse the repository at this point in the history
Add Czech Republic availability to Alcatel OTF E. Bug 1058758.
  • Loading branch information
jgmize committed Aug 26, 2014
2 parents 46bc48b + a5a504d commit 0ee4bf0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 7 additions & 1 deletion bedrock/firefox/templates/firefox/os/_get_device.html
Expand Up @@ -35,6 +35,12 @@ <h3>{{_('Colombia')}}</h3>
<li><a class="movistar" href="http://www.movistar.co">Movistar</a></li>
</ul>
</div>
<div class="provider" data-country="cz">
<h3>{{ _('Czech Republic') }}</h3>
<ul>
<li><a class="t-mobile" href="http://www.t-mobile.cz/web/cz/osobni/telefony/detail-telefonu/-/telefon/Alcatel/ALCATEL.ONETOUCH.FIRE.E.-.slidovy/11613179/?mmcId=55098&useHirePurchase=true">Alcatel One Touch Fire E</a></li>
</ul>
</div>
<div class="provider" data-country="de">
<h3>{{_('Germany')}}</h3>
<ul>
Expand Down Expand Up @@ -90,7 +96,7 @@ <h3>{{ _('India') }}</h3>
<ul>
<li><a class="intex" href="http://www.snapdeal.com/product/intex-cloud-fx/1356760619">Intex</a></li>
</ul>
</div>
</div>
<div class="provider" data-country="lu">
<h3>{{_('Luxembourg')}}</h3>
<ul>
Expand Down
7 changes: 5 additions & 2 deletions bedrock/firefox/templates/firefox/os/devices.html
Expand Up @@ -44,6 +44,7 @@ <h1>
<option value="br">{{ _('Brazil') }}</option>
<option value="cl">{{ _('Chile') }}</option>
<option value="co">{{ _('Colombia') }}</option>
<option value="cz">{{ _('Czech Republic') }}</option>
<option value="sv">{{ _('El Salvador') }}</option>
<option value="fr">{{ _('France') }}</option>
<option value="de">{{ _('Germany') }}</option>
Expand Down Expand Up @@ -1186,12 +1187,14 @@ <h3 class="device-title">{{ _('Alcatel One Touch Fire E') }}</h3>
<h5>{{ _('Available in') }}</h5>

<ul class="comma-list">
<li>{{ _('Czech Republic') }}</li>
<li>{{ _('Germany') }}</li>
</ul>

<h5>{{ _('Operator') }}</h5>
<h5>{{ _('Operators') }}</h5>
<ul class="comma-list">
<li>{{ _('Congstar') }}</li>
<li>{{ _('T-Mobile') }}</li>
</ul>
</div>
</div><!--/.features-->
Expand Down Expand Up @@ -1235,7 +1238,7 @@ <h4 class="device-details-title">{{ _('Specifications') }}</h4>
</div><!--/.specifications-->
</div><!--/.pager-content-->
</div><!--/.container-->
</section><!--/#zte_open2-->
</section><!--/#alcatel_onetouchfiree-->
<section class="device-detail smartphone-detail" id="intex_cloudfx">
<div id="intex_cloudfx-pager" class="container pager pager-with-tabs pager-no-history">
<header class="device-detail-header">
Expand Down
2 changes: 1 addition & 1 deletion media/js/firefox/os/partner_data.js
Expand Up @@ -40,7 +40,7 @@ if (typeof Mozilla == 'undefined') {
'alcatel_onetouchfiree': {
'type': 'smartphone',
'display': 'Alcatel One Touch Fire E',
'countries': ['de']
'countries': ['cz', 'de']
},
'huawei_y300-2': {
'type': 'smartphone',
Expand Down

0 comments on commit 0ee4bf0

Please sign in to comment.