changeset 6f0584fd4983 in modules/production:default
details: 
https://hg.tryton.org/modules/production?cmd=changeset;node=6f0584fd4983
description:
        Normalize wizard message views

        We use the proper icon between info, question, warning and error.
        We remove the exclamation mark in info messages.

        issue9429
        review301831002
diffstat:

 view/assign_failed_form.xml |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r d6382235d0aa -r 6f0584fd4983 view/assign_failed_form.xml
--- a/view/assign_failed_form.xml       Tue Jul 07 23:56:10 2020 +0200
+++ b/view/assign_failed_form.xml       Thu Jul 09 00:21:48 2020 +0200
@@ -2,9 +2,8 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <form col="2">
-    <image name="tryton-warning" xexpand="0" xfill="0"/>
-    <separator string="Unable to assign those products:"
-        id="unable"/>
+    <image name="tryton-error" xexpand="0" xfill="0"/>
+    <separator string="Unable to assign these products:" id="unable"/>
     <field name="moves" colspan="2"
         view_ids="stock.move_view_tree_simple"/>
 </form>

Reply via email to