Fix external link must be after label

This commit is contained in:
Laurent Destailleur 2018-10-16 20:00:53 +02:00
parent 97273ff746
commit 44d8333633

View File

@ -967,7 +967,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
{ {
$url='https://dashboard.stripe.com/'.$connect.'sources/'.$src->id; $url='https://dashboard.stripe.com/'.$connect.'sources/'.$src->id;
} }
print "<a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$src->id."</a>"; print $src->id." <a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')."</a>";
print '</td>'; print '</td>';
// Img of credit card // Img of credit card
print '<td>'; print '<td>';