From 13130ab8f20b86a40f13f07c9dd54cf1523c115b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Laporte?= <stephane.laporte@enercoop.org> Date: Tue, 21 Jan 2025 16:28:49 +0100 Subject: [PATCH] =?UTF-8?q?[UPD]=20dialogue=20calcul=20des=20cl=C3=A9s,=20?= =?UTF-8?q?ordre=20et=20css=20des=20boutons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ..._repartition_keys_compute_wizard_views.xml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/wizard/acc_repartition_keys_compute_wizard_views.xml b/wizard/acc_repartition_keys_compute_wizard_views.xml index 2c9aecb..4f37235 100644 --- a/wizard/acc_repartition_keys_compute_wizard_views.xml +++ b/wizard/acc_repartition_keys_compute_wizard_views.xml @@ -6,31 +6,31 @@ <field name="arch" type="xml"> <form string="Calcul des clés de repartition"> <button - class="btn btn-primary" - name="compute_keys" - type="object" - string="Lancer le calcul" - /> + class="btn btn-primary" + name="compute_keys" + type="object" + string="Lancer le calcul" + /> <footer> <button - class="btn btn-primary" - name="send_keys" - type="object" - string="Envoyer les clés" - /> + class="btn btn-primary" + name="get_csv" + type="object" + string="Génerer CSV" + /> <button - class="btn btn-primary" - name="get_csv" - type="object" - string="Génerer CSV" - /> + class="btn btn-primary" + name="send_keys" + type="object" + string="Envoyer les clés" + /> <button - class="btn btn-primary" - name="ignore" - type="object" - string="Ignorer" - /> + class="btn btn-secondary text-end" + name="ignore" + type="object" + string="Fermer" + /> </footer> </form> </field> -- GitLab