diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
index 077a29d4595..4a07f096a5d 100644
--- a/htdocs/core/class/html.formfile.class.php
+++ b/htdocs/core/class/html.formfile.class.php
@@ -616,7 +616,7 @@ class FormFile
$out.= '
';
$addcolumforpicto=($delallowed || $printer || $morepicto);
- $out.= '| ';
+ $out.= ' | ';
// Model
if (! empty($modellist))
@@ -778,7 +778,7 @@ class FormFile
$res = $hookmanager->executeHooks('formBuilddocLineOptions',$parameters,$file);
if (empty($res))
{
- $out .= $hookmanager->resPrint; // Complete line
+ $out.= $hookmanager->resPrint; // Complete line
$out.= ' |
';
}
else $out = $hookmanager->resPrint; // Replace line
@@ -811,7 +811,7 @@ class FormFile
if (count($file_list) == 0 && count($link_list) == 0 && $headershown)
{
- $out.='| '.$langs->trans("None").' |
'."\n";
+ $out.='| '.$langs->trans("None").' |
'."\n";
}
}
@@ -861,7 +861,7 @@ class FormFile
preg_match('/\/([0-9]+)\/[^\/]+\/'.preg_quote($modulesubdir).'$/', $filedir, $regs);
$entity = ((! empty($regs[1]) && $regs[1] > 1) ? $regs[1] : $conf->entity);
}
-
+
$filterforfilesearch = preg_quote(basename($modulesubdir),'/').'[^\-]+';
$file_list=dol_dir_list($filedir, 'files', 0, $filterforfilesearch, '\.meta$|\.png$'); // Get list of files starting with name of ref (but not followed by "-" to discard uploaded files)
diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index 28eaa1abacc..433d81e523b 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -734,7 +734,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
{
$morehtmlright='id.'&action=createcard">'.$langs->trans("Add").'';
}
- print load_fiche_titre($langs->trans('StripePaymentModes').($stripeacc?' ('.$stripeacc.')':' (API mode)'), $morehtmlright, '');
+ print load_fiche_titre($langs->trans('StripePaymentModes').($stripeacc?' (Stripe connection with Stripe Connect account '.$stripeacc.')':' (Stripe connection with default API credentials)'), $morehtmlright, '');
$listofsources = array();
if (is_object($stripe))
@@ -1152,7 +1152,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
{
$colspan=8;
if (! empty($conf->prelevement->enabled)) $colspan+=2;
- print '| '.$langs->trans("NoBANRecord").' |
';
+ print '| '.$langs->trans("NoBANRecord").' |
';
}
print '';