mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2961 #comment Add: Prod workzone feedback : ending date #time 3h
This commit is contained in:
@@ -88,8 +88,12 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if basket.getValidation() %}
|
||||
{% set dateExpired = app['date-formatter'].getPrettyString(basket.getValidation().getExpires()) %}
|
||||
<span class="expiredDate" style="float: right; padding: 8px;margin-top: -39px;">
|
||||
{{ 'workzone:feedback:expiration' | trans }} : {{ dateExpired }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="basket-content">
|
||||
{% set basket_length = basket.getElements()|length %}
|
||||
<div class="alert_datas_changed ui-corner-all">{{ 'Certaines donnees du panier ont change' | trans }} <a class="basket_refresher" href="#">{{ 'rafraichir' | trans }}</a></div>
|
||||
{% if basket_length == 0 %}
|
||||
@@ -102,6 +106,7 @@
|
||||
|
||||
{% if basket.getValidation() %}
|
||||
{{ Macros.display_validation(app, basket, ordre) }}
|
||||
|
||||
{% else %}
|
||||
{{ Macros.display_basket(app, basket) }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user