changeset ef0025bd47c7 in modules/purchase:default
details: https://hg.tryton.org/modules/purchase?cmd=changeset;node=ef0025bd47c7
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_purchase_start_form.xml | 5 +++--
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r 17244973db49 -r ef0025bd47c7 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 17244973db49 -r ef0025bd47c7 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 17244973db49 -r ef0025bd47c7 view/return_purchase_start_form.xml
--- a/view/return_purchase_start_form.xml Tue Jul 07 23:56:10 2020 +0200
+++ b/view/return_purchase_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 purchase(s)?"
+ <image name="tryton-warning" xexpand="0" xfill="0"/>
+ <label
+ string="Are you sure to return these/this purchase(s)?"
id="return" yalign="0.0" xalign="0.0" xexpand="1"/>
</form>