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

diffs (13 lines):

diff -r 47d2654131f1 -r c992d0856a2b 
view/handle_purchase_cancellation_start_form.xml
--- a/view/handle_purchase_cancellation_start_form.xml  Tue Jul 07 23:56:10 
2020 +0200
+++ b/view/handle_purchase_cancellation_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>
-    <image name="tryton-info" xexpand="0" xfill="0"/>
-    <label string="Do you want to cancel the request or to reset it to draft?" 
+    <image name="tryton-question" xexpand="0" xfill="0"/>
+    <label string="Do you want to cancel the request or to reset it to draft?"
         id="question" yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>

Reply via email to