From f2ba7dbd9270291ee2e6ada7a08145d5c2891718 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 May 2006 16:06:14 +0000 Subject: [PATCH] Fix: Alignement tableau --- htdocs/compta/facture/note.php | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php index f5499c99d01..50b367c1358 100644 --- a/htdocs/compta/facture/note.php +++ b/htdocs/compta/facture/note.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -113,27 +113,13 @@ if ($_GET["facid"]) print ''; // Reference - print ''; + print ''; + // Société print ''; print ''; - // Dates - print ''; - print ''; - print '"; - - // Conditions et modes de réglement - print ''; - print ''; - // Note publique print ''; print '
'.$langs->trans('Ref').''.$fac->ref.'
'.$langs->trans('Ref').''.$fac->ref.'
'.$langs->trans("Company").''; print ''.$soc->nom.'
'.$langs->trans("Date").''.dolibarr_print_date($fac->date,"%A %d %B %Y").''.$langs->trans("DateMaxPayment").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); - if ($fac->date_lim_reglement < (time() - $conf->facture->client->warning_delay) && ! $fac->paye && $fac->statut == 1 && ! $fac->am) print img_warning($langs->trans("Late")); - print "
'.$langs->trans("PaymentConditions").''; - $html->form_conditions_reglement($_SERVER["PHP_SELF"]."?facid=$fac->id",$fac->cond_reglement_id,"none"); - print ''.$langs->trans("PaymentMode").''; - $html->form_modes_reglement($_SERVER["PHP_SELF"]."?facid=$fac->id",$fac->mode_reglement_id,"none"); - print '
'.$langs->trans("NotePublic").' :';