Merge pull request #3274 from alchemy-fr/PHRAS-2861_Prod_Basket_menu_preference

PHRAS-2861 #comment merge only a design fix  for  Prod-Basket zone Drop down menu-Preference
This commit is contained in:
Nicolas Maillat
2019-12-18 14:01:30 +01:00
committed by GitHub

View File

@@ -926,7 +926,7 @@
{% set basket_status_display = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'basket_status_display') %}
<label for="basket_status_display" class="checkbox">
<input
name="basket_status_display" type="checkbox preferences-options-basket-status" class="checkbox" value="1"
name="basket_status_display" type="checkbox" class="checkbox preferences-options-basket-status" value="1"
id="basket_status_display" {% if basket_status_display == '1' %}checked="checked"{% endif %} />
{{ 'Afficher les status' | trans }}
</label>