diff --git a/templates/web/common/thumbnail.html.twig b/templates/web/common/thumbnail.html.twig index 9febef59f5..ba3d6c77cd 100644 --- a/templates/web/common/thumbnail.html.twig +++ b/templates/web/common/thumbnail.html.twig @@ -13,20 +13,29 @@
+ data-kind="video"> + + {% elseif record_type == 'FLEXPAPER' %}
+ data-kind="document"> + + {% elseif record_type == 'AUDIO_MP3' %}
+ data-kind="audio"> + + {% else %} {% set fit_size = fitIn( {"width":original_w, "height":original_h}, diff --git a/templates/web/prod/orders/order_item.html.twig b/templates/web/prod/orders/order_item.html.twig index 32ebc06112..119d34bd38 100644 --- a/templates/web/prod/orders/order_item.html.twig +++ b/templates/web/prod/orders/order_item.html.twig @@ -195,8 +195,8 @@
- - + + {{ 'order-manager::order-item: information' | trans }}