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

diffs (12 lines):

diff -r f67bd12c3513 -r 50fe0fb10415 view/payment_process_start_form.xml
--- a/view/payment_process_start_form.xml       Tue Jul 07 23:56:09 2020 +0200
+++ b/view/payment_process_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-warning" xexpand="0" xfill="0"/>
     <label string="Process Payments?" id="process"
         yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>

Reply via email to