mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2861 #comment Fix Prod Basket menu preference #time 1h
This commit is contained in:
@@ -926,7 +926,7 @@
|
|||||||
{% set basket_status_display = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'basket_status_display') %}
|
{% set basket_status_display = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'basket_status_display') %}
|
||||||
<label for="basket_status_display" class="checkbox">
|
<label for="basket_status_display" class="checkbox">
|
||||||
<input
|
<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 %} />
|
id="basket_status_display" {% if basket_status_display == '1' %}checked="checked"{% endif %} />
|
||||||
{{ 'Afficher les status' | trans }}
|
{{ 'Afficher les status' | trans }}
|
||||||
</label>
|
</label>
|
||||||
|
Reference in New Issue
Block a user