From b288a22263c8933b1a22244c9598007d14fd5851 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 May 2004 14:08:56 +0000 Subject: [PATCH] Mise aux normes graphiques --- htdocs/compta/facture.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index d53c16e5571..3e01d8efb78 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -723,9 +723,15 @@ else $author = new User($db); $author->id = $fac->user_author; $author->fetch(); - - print_titre("Facture : ".$fac->ref); + + $head[0][0] = DOL_URL_ROOT.'/comm/propal.php?propalid='.$propal->id; + $head[0][1] = "Facture : $fac->ref"; + $h = 1; + $a = 0; + + dolibarr_fiche_head($head, $a); + /* * Confirmation de la suppression de la facture * @@ -1017,7 +1023,7 @@ else * Fin Ajout ligne * */ - + print ''; if ($user->societe_id == 0 && $_GET["action"] <> 'valid') { print "
\n";