diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 479766f0b30..6b2dc854bcf 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -592,33 +592,36 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options=" print ""; } +/* + * + */ function print_titre($titre) { print '
'.$titre.'
'; } /* - * - * + * Idem que print_titre mais offre en plus possibilité de mettre un text ŕ droite */ function print_fiche_titre($titre, $mesg='') { print "\n".''; - print ''; + print ''; if (strlen($mesg)) { - print ''; + print ''; } print '
'.$titre.'
'.$titre.'
'.$mesg.''.$mesg.'
'."\n"; } + /* * * */ - function dol_delete_file($file) { return unlink($file); } + /* * *