mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2978 #comment Workzone basket: fix date format and tooltip display
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if basket.getValidation() %}
|
||||
{% set dateExpired = app['date-formatter'].getPrettyString(basket.getValidation().getExpires()) %}
|
||||
{% set dateExpired = app['date-formatter'].getLocalDate(basket.getValidation().getExpires()) %}
|
||||
<span class="expiredDate" style="float: right; padding: 8px;margin-top: -39px;">
|
||||
{{ 'workzone:feedback:expiration' | trans }} : {{ dateExpired }}</span>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user