mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge branch '3.8'
Conflicts: lib/Alchemy/Phrasea/Controller/Admin/TaskManager.php lib/Alchemy/Phrasea/Controller/Root/Account.php lib/Alchemy/Phrasea/Core/Version.php lib/classes/User/Adapter.php lib/classes/eventsmanager/broker.php lib/classes/eventsmanager/notify/autoregister.php lib/classes/eventsmanager/notify/order.php lib/classes/eventsmanager/notify/register.php lib/classes/eventsmanager/notify/uploadquarantine.php lib/classes/eventsmanager/notify/validationdone.php templates/web/admin/index.html.twig
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
{% for notification in nots %}
|
||||
<li>
|
||||
<label class="checkbox" for="notif_{{ notification["id"] }}">
|
||||
<input type="checkbox" id="notif_{{ notification["id"] }}" name="notifications[{{ notification["id"] }}]" {% if not app["authentication"].getUser().getPrefs("notification_" ~ notification["id"]) == "0" %}checked{% endif %} value="1"/>
|
||||
<input type="checkbox" id="notif_{{ notification["id"] }}" name="notifications[{{ notification["id"] }}]" {% if not app["authentication"].getUser().get_notifications_preference(app, notification["id"]) == "0" %}checked{% endif %} value="1"/>
|
||||
{{ notification["description"] }}
|
||||
</label>
|
||||
<p class="form_alert help-block"></p>
|
||||
|
Reference in New Issue
Block a user