diff --git a/lib/Alchemy/Phrasea/Controller/Prod/PushController.php b/lib/Alchemy/Phrasea/Controller/Prod/PushController.php
index f9ce528e41..6e650aefaa 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/PushController.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/PushController.php
@@ -193,7 +193,7 @@ class PushController extends Controller
'Validation from %user%', [
'%user%' => $this->getAuthenticatedUser()->getDisplayName(),
]));
- $validation_description = $request->request->get('validation_description');
+ $validation_description = $request->request->get('message');
$participants = $request->request->get('participants');
diff --git a/resources/www/common/images/icons/basket_feedback_read.png b/resources/www/common/images/icons/basket_feedback_read.png
new file mode 100644
index 0000000000..129170a648
Binary files /dev/null and b/resources/www/common/images/icons/basket_feedback_read.png differ
diff --git a/resources/www/common/images/icons/basket_feedback_unread.png b/resources/www/common/images/icons/basket_feedback_unread.png
new file mode 100644
index 0000000000..31d91d31a4
Binary files /dev/null and b/resources/www/common/images/icons/basket_feedback_unread.png differ
diff --git a/resources/www/common/styles/fonts/PhraseanetIcomoon/style.css b/resources/www/common/styles/fonts/PhraseanetIcomoon/style.css
index 566f9d5786..bef5e9c08c 100644
--- a/resources/www/common/styles/fonts/PhraseanetIcomoon/style.css
+++ b/resources/www/common/styles/fonts/PhraseanetIcomoon/style.css
@@ -1,13 +1,3 @@
-@font-face {
- font-family: 'icomoon';
- src: url('fonts/icomoon.eot?81kpnc');
- src: url('fonts/icomoon.eot?81kpnc#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?81kpnc') format('truetype'),
- url('fonts/icomoon.woff?81kpnc') format('woff'),
- url('fonts/icomoon.svg?81kpnc#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
-}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
diff --git a/templates/web/prod/WorkZone/Macros.html.twig b/templates/web/prod/WorkZone/Macros.html.twig
index de3d0f4316..abd96a7641 100644
--- a/templates/web/prod/WorkZone/Macros.html.twig
+++ b/templates/web/prod/WorkZone/Macros.html.twig
@@ -16,9 +16,10 @@
{% if not basket.isRead() %}
-
+
+ {% else %}
+
{% endif %}
-
{{basket.getName()|e}}
@@ -26,11 +27,9 @@
- ![]() ![]() |