changeset a5c8376c73a2 in modules/stock_supply:default
details: 
https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=a5c8376c73a2
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/purchase_request_create_start_form.xml |  2 +-
 view/supply_start_form.xml                  |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 2be812f97a09 -r a5c8376c73a2 view/purchase_request_create_start_form.xml
--- a/view/purchase_request_create_start_form.xml       Sat Jun 06 10:14:13 
2020 +0100
+++ b/view/purchase_request_create_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"/>
     <label string="Create Purchase Requests?" id="create"
         yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>
diff -r 2be812f97a09 -r a5c8376c73a2 view/supply_start_form.xml
--- a/view/supply_start_form.xml        Sat Jun 06 10:14:13 2020 +0100
+++ b/view/supply_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"/>
     <label string="Supply Stock?" id="supply"
         yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>

Reply via email to