diff --git a/htdocs/compta/paiement/card.php b/htdocs/compta/paiement/card.php
index c971ccbf4fd..2b65ad4a84a 100644
--- a/htdocs/compta/paiement/card.php
+++ b/htdocs/compta/paiement/card.php
@@ -392,7 +392,7 @@ if ($resql) {
print "\n";
// Third party
- print '
';
+ print ' | ';
print $thirdpartystatic->getNomUrl(1);
print ' | ';
diff --git a/htdocs/core/boxes/box_clients.php b/htdocs/core/boxes/box_clients.php
index df56b510823..3c83d7521f2 100644
--- a/htdocs/core/boxes/box_clients.php
+++ b/htdocs/core/boxes/box_clients.php
@@ -128,7 +128,7 @@ class box_clients extends ModeleBoxes
$thirdpartystatic->entity = $objp->entity;
$this->info_box_contents[$line][] = array(
- 'td' => '',
+ 'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);
diff --git a/htdocs/core/boxes/box_ficheinter.php b/htdocs/core/boxes/box_ficheinter.php
index edf4daa5191..7179be0cfbb 100644
--- a/htdocs/core/boxes/box_ficheinter.php
+++ b/htdocs/core/boxes/box_ficheinter.php
@@ -138,7 +138,7 @@ class box_ficheinter extends ModeleBoxes
);
$this->info_box_contents[$i][] = array(
- 'td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"',
+ 'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);
diff --git a/htdocs/core/boxes/box_goodcustomers.php b/htdocs/core/boxes/box_goodcustomers.php
index aef7cdc9f3d..ab425ceac87 100644
--- a/htdocs/core/boxes/box_goodcustomers.php
+++ b/htdocs/core/boxes/box_goodcustomers.php
@@ -120,7 +120,7 @@ class box_goodcustomers extends ModeleBoxes
$nbimpaye = $objp->nbfact - $objp->nbfactpaye;
$this->info_box_contents[$line][] = array(
- 'td' => '',
+ 'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);
diff --git a/htdocs/core/boxes/box_prospect.php b/htdocs/core/boxes/box_prospect.php
index a8959202082..7489cc997ea 100644
--- a/htdocs/core/boxes/box_prospect.php
+++ b/htdocs/core/boxes/box_prospect.php
@@ -129,7 +129,7 @@ class box_prospect extends ModeleBoxes
$thirdpartystatic->entity = $objp->entity;
$this->info_box_contents[$line][] = array(
- 'td' => '',
+ 'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);