From f7875125929fd774509ad9f67e551745cbf9d9fa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Feb 2022 12:30:29 +0100 Subject: [PATCH] Fix buttons --- htdocs/fourn/facture/paiement.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index d65b3010367..79a554faa13 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -776,11 +776,11 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie // Save + Cancel Buttons if ($action != 'add_paiement') { - print '
'.$langs->trans("ClosePaidInvoicesAutomatically"); - print '

 

'; - print '
'; - print '

 

'; - print '
'; + print '
'; + print ' '.$langs->trans("ClosePaidInvoicesAutomatically").'
'; + print ''; + print '   '; + print '
'; } // Form to confirm payment