// Merge -> 10309
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10333 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -24,5 +24,5 @@
|
||||
* International Registred Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<div id="product_list" class="clear">
|
||||
<p class="warning">{l s='There are no products.'}</p>
|
||||
<p class="warning">{l s='There are no products.' mod='blocklayered'}</p>
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -97,7 +97,7 @@ param_product_url = '#{$param_product_url}';
|
||||
</li>
|
||||
{/foreach}
|
||||
{else}
|
||||
<label for="{$filter.type}">{l s='Range:'}</label> <span id="layered_{$filter.type}_range"></span>
|
||||
<label for="{$filter.type}">{l s='Range:' mod='blocklayered'}</label> <span id="layered_{$filter.type}_range"></span>
|
||||
<div style="margin: 6px 0 6px 6px; width: 93%;">
|
||||
<div style="margin-top:5px;" class="layered_slider" id="layered_{$filter.type}_slider"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user