changeset efbcdd348ebe in modules/sale:default
details: https://hg.tryton.org/modules/sale?cmd=changeset;node=efbcdd348ebe
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_invoice_exception_ask_form.xml  |  4 ++--
 view/handle_shipment_exception_ask_form.xml |  4 ++--
 view/return_sale_start_form.xml             |  5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 3ef93ee6897a -r efbcdd348ebe view/handle_invoice_exception_ask_form.xml
--- a/view/handle_invoice_exception_ask_form.xml        Tue Jul 07 23:56:10 
2020 +0200
+++ b/view/handle_invoice_exception_ask_form.xml        Thu Jul 09 00:21:48 
2020 +0200
@@ -2,8 +2,8 @@
 <!-- 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"/>
-    <label string="Choose invoices to recreate" id="choose"
+    <image name="tryton-question" xexpand="0" xfill="0"/>
+    <label string="Choose invoices to recreate:" id="choose"
         yalign="0.0" xalign="0.0" xexpand="1"/>
     <field name="recreate_invoices" colspan="2" widget="multiselection"/>
 </form>
diff -r 3ef93ee6897a -r efbcdd348ebe view/handle_shipment_exception_ask_form.xml
--- a/view/handle_shipment_exception_ask_form.xml       Tue Jul 07 23:56:10 
2020 +0200
+++ b/view/handle_shipment_exception_ask_form.xml       Thu Jul 09 00:21:48 
2020 +0200
@@ -2,8 +2,8 @@
 <!-- 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"/>
-    <label string="Choose move to recreate" id="choose"
+    <image name="tryton-question" xexpand="0" xfill="0"/>
+    <label string="Choose move to recreate:" id="choose"
         yalign="0.0" xalign="0.0" xexpand="1"/>
     <field name="recreate_moves" colspan="2" widget="multiselection"/>
 </form>
diff -r 3ef93ee6897a -r efbcdd348ebe view/return_sale_start_form.xml
--- a/view/return_sale_start_form.xml   Tue Jul 07 23:56:10 2020 +0200
+++ b/view/return_sale_start_form.xml   Thu Jul 09 00:21:48 2020 +0200
@@ -2,7 +2,8 @@
 <!-- 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"/>
-    <label string="Are you sure to return those/this sale(s)?" id="return"
+    <image name="tryton-warning" xexpand="0" xfill="0"/>
+    <label
+        string="Are you sure to return these/this sale(s)?" id="return"
         yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>

Reply via email to