From 8df431f5250156bfa7f95d29abf3527791a68d1b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 5 Jul 2020 13:30:56 +0200 Subject: [PATCH] Look and feel v12 --- htdocs/societe/paymentmodes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index 0a2e795af8d..0de15ef9481 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -1135,14 +1135,14 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' { if ($stripecu && empty($companypaymentmodetemp->stripe_card_ref)) { - print ''.$langs->trans("CreateCardOnStripe").''; + print ''.$langs->trans("CreateCardOnStripe").''; } - print ''; + print ''; print img_picto($langs->trans("Modify"), 'edit'); print ''; print ' '; - print ''; // source='.$companypaymentmodetemp->stripe_card_ref.'& + print ''; // source='.$companypaymentmodetemp->stripe_card_ref.'& print img_picto($langs->trans("Delete"), 'delete'); print ''; }