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 '     '; + print ''; + print '
'; print ''; } diff --git a/htdocs/compta/sociales/charges.php b/htdocs/compta/sociales/charges.php index 6e7c9ad93c2..d00219857d6 100644 --- a/htdocs/compta/sociales/charges.php +++ b/htdocs/compta/sociales/charges.php @@ -260,7 +260,7 @@ if ($action == 'create') print ''; print ""; // Label - print ''; print ''; @@ -305,8 +305,10 @@ if ($action == 'create') dol_fiche_end(); print '
'; - print ''; - print '
'; + print ''; + print '     '; + print ''; + print '
'; print ''; } @@ -496,7 +498,7 @@ if ($id > 0) if ($action == 'edit') { - print '
'; + print '
'; print ''; print '   '; print ''; diff --git a/htdocs/product/card.php b/htdocs/product/card.php index f06009ecfa7..7b0ff7fb635 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1145,7 +1145,11 @@ else dol_fiche_end(); - print '
'; + print '
'; + print ''; + print '     '; + print ''; + print '
'; print ''; } diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php index 9dcb51fe8ef..d9381af9b5e 100644 --- a/htdocs/product/stock/card.php +++ b/htdocs/product/stock/card.php @@ -234,7 +234,11 @@ if ($action == 'create') dol_fiche_end(); - print '
'; + print '
'; + print ''; + print '     '; + print ''; + print '
'; print ''; } diff --git a/htdocs/resource/add.php b/htdocs/resource/add.php index 70d1da95969..7608e1b6cf3 100644 --- a/htdocs/resource/add.php +++ b/htdocs/resource/add.php @@ -135,7 +135,7 @@ if (! $action) // Ref / label $field = 'ref'; print '
'; - print ''; print '
'; + print ''; print $langs->trans("Label"); print '
'; + print ''; print $langs->trans('ResourceFormLabel_'.$field); print ''; @@ -166,11 +166,11 @@ if (! $action) dol_fiche_end(''); - echo '
', - '', - '   ', - '', - '
'; + print '
'; + print ''; + print '     '; + print ''; + print '
'; print ''; }