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

diffs (24 lines):

diff -r 690802522756 -r de503b8c0653 view/create_invoice_start_form.xml
--- a/view/create_invoice_start_form.xml        Sun Jun 07 09:35:40 2020 +0100
+++ b/view/create_invoice_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="2" xexpand="1" id="create_date">
         <label string="Create Subscription Invoices for date" id="create"/>
         <field name="date"/>
diff -r 690802522756 -r de503b8c0653 view/line_consumption_create_start_form.xml
--- a/view/line_consumption_create_start_form.xml       Sun Jun 07 09:35:40 
2020 +0100
+++ b/view/line_consumption_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"/>
     <group col="2" xexpand="1" id="create_date">
         <label string="Create Subscription Line Consumptions for date"
             id="create"/>

Reply via email to