From 8df50cc947717f57ee90d21ac3ed63fe1f1cbb85 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Jun 2004 11:14:42 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20barre=20navigation=20ann=E9e=20suivante?= =?UTF-8?q?-pr=E9c=E9dente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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); } + /* * *