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

diffs (12 lines):

diff -r 65a463d9417e -r 08a0e00a476b view/shipment_split_start_form.xml
--- a/view/shipment_split_start_form.xml        Tue Jul 07 23:56:10 2020 +0200
+++ b/view/shipment_split_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="Choose move to send in new shipment:"
         id="choose" yalign="0.0" xalign="0.0" xexpand="1"/>
     <field name="moves" colspan="2" widget="multiselection"/>

Reply via email to