diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index 8cb60d25215..d37b3c11392 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -958,6 +958,8 @@ if ($action == 'create') print ''."\n"; print ''; + dol_fiche_head(); + print ''; // Ref @@ -1053,7 +1055,9 @@ if ($action == 'create') print "
\n"; - print '
'; + dol_fiche_end(); + + print '
'; if (is_object($objectsrc)) { @@ -1065,10 +1069,8 @@ if ($action == 'create') print '
'.$langs->trans("Note").': '.$langs->trans("OnlyLinesWithTypeServiceAreUsed"); } } - + print "\n"; - - dol_fiche_end(); } else /* *************************************************************************** */