diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php index d4de4e5efb1..a29a0d768bd 100644 --- a/htdocs/compta/bank/card.php +++ b/htdocs/compta/bank/card.php @@ -507,7 +507,11 @@ if ($action == 'create') dol_fiche_end(); - print '
'; + print '| '; + print ' | '; print $langs->trans("Label"); print ' | '; print ''; @@ -305,8 +305,10 @@ if ($action == 'create') dol_fiche_end(); print ' | |||
| '; + print ' | '; print $langs->trans('ResourceFormLabel_'.$field); print ' | '; print '';
@@ -166,11 +166,11 @@ if (! $action)
dol_fiche_end('');
- echo ' ',
- '',
- ' ',
- '',
- ' ';
+ print '';
+ print '';
+ print ' ';
+ print '';
+ print ' ';
print '';
}
|