mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Change getIsRead to isRead
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
{% if basket.getValidation() %}
|
||||
<img src='/assets/common/images/icons/basket_validation.png' title='' width="16" class="btn-image"/>
|
||||
{% elseif basket.getPusher() %}
|
||||
{% if not basket.getIsRead() %}
|
||||
{% if not basket.isRead() %}
|
||||
<img src='/assets/common/images/icons/basket_push_unread.png' title='' width="16" class="btn-image"/>
|
||||
{% else %}
|
||||
<img src='/assets/common/images/icons/basket_push.png' title='' width="16" class="btn-image"/>
|
||||
|
Reference in New Issue
Block a user