changeset 966c0605d6b0 in modules/account_asset:default
details: 
https://hg.tryton.org/modules/account_asset?cmd=changeset;node=966c0605d6b0
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/asset_create_moves_start_form.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5b0edc5a3abf -r 966c0605d6b0 view/asset_create_moves_start_form.xml
--- a/view/asset_create_moves_start_form.xml    Tue Jul 07 23:56:09 2020 +0200
+++ b/view/asset_create_moves_start_form.xml    Thu Jul 09 00:21:48 2020 +0200
@@ -2,7 +2,7 @@
 <!-- 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-info" xexpand="0" xfill="0"/>
+    <image name="tryton-question" xexpand="0" xfill="0"/>
     <group col="3" id="label_date">
         <label string="Create Assets Moves up to" id="create"
             yalign="0.0" xalign="0.0"/>

Reply via email to