';
+ print '
\n";
+ print '">
'."\n";
}
print '';
}
diff --git a/htdocs/stripe/admin/stripe.php b/htdocs/stripe/admin/stripe.php
index 0206de8cb43..d61d03b2be6 100644
--- a/htdocs/stripe/admin/stripe.php
+++ b/htdocs/stripe/admin/stripe.php
@@ -293,7 +293,7 @@ if (empty($conf->stripeconnect->enabled)) {
print '
';
}
print '';
- $out = img_picto('', 'globe').' '.$langs->trans("ToOfferALinkForLiveWebhook").' ';
+ $out = img_picto('', 'globe', 'class="pictofixedwidth"').' '.$langs->trans("ToOfferALinkForLiveWebhook").' ';
$url = dol_buildpath('/public/stripe/ipn.php', 3);
$out .= '';
$out .= ajax_autoselect("onlinelivewebhookurl", 0);
@@ -353,19 +353,19 @@ print '';
print '| ';
print $langs->trans("StripeUserAccountForActions").' | ';
-print img_picto('', 'user').$form->select_dolusers($conf->global->STRIPE_USER_ACCOUNT_FOR_ACTIONS, 'STRIPE_USER_ACCOUNT_FOR_ACTIONS', 0);
+print img_picto('', 'user', 'class="pictofixedwidth"').$form->select_dolusers($conf->global->STRIPE_USER_ACCOUNT_FOR_ACTIONS, 'STRIPE_USER_ACCOUNT_FOR_ACTIONS', 0);
print ' |
';
print '| ';
print $langs->trans("BankAccount").' | ';
-print img_picto('', 'bank_account').' ';
+print img_picto('', 'bank_account', 'class="pictofixedwidth"');
$form->select_comptes($conf->global->STRIPE_BANK_ACCOUNT_FOR_PAYMENTS, 'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS', 0, '', 1);
print ' |
';
if (getDolGlobalInt('MAIN_FEATURES_LEVEL') >= 2) { // What is this for ?
print '| ';
print $langs->trans("BankAccountForBankTransfer").' | ';
- print img_picto('', 'bank_account').' ';
+ print img_picto('', 'bank_account', 'class="pictofixedwidth"');
$form->select_comptes($conf->global->STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS, 'STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS', 0, '', 1);
print ' |
';
}