diff --git a/wizard/acc_repartition_keys_compute_wizard_views.xml b/wizard/acc_repartition_keys_compute_wizard_views.xml index 2c9aecb352d83a328f50cc8e0df39459dcac3397..4f372357f5147e23dc7e01f893e5994cc2c6ea04 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>