changeset 573e9a737f00 in modules/account_dunning:default
details:
https://hg.tryton.org/modules/account_dunning?cmd=changeset;node=573e9a737f00
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/dunning_create_start_form.xml | 2 +-
view/dunning_process_start_form.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r ed21a09a1b1b -r 573e9a737f00 view/dunning_create_start_form.xml
--- a/view/dunning_create_start_form.xml Tue Jul 07 23:56:09 2020 +0200
+++ b/view/dunning_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 Dunning for date" id="create"/>
<field name="date"/>
diff -r ed21a09a1b1b -r 573e9a737f00 view/dunning_process_start_form.xml
--- a/view/dunning_process_start_form.xml Tue Jul 07 23:56:09 2020 +0200
+++ b/view/dunning_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-question" xexpand="0" xfill="0"/>
<label string="Process Dunning?" id="create"
yalign="0.0" xalign="0.0" xexpand="1"/>
</form>