From 8d23373f4960413deaf774122630f770e56b4086 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 17 May 2003 15:50:13 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/fourn/fiche.php3 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/fourn/fiche.php3 b/htdocs/fourn/fiche.php3 index 415d463f73f..2430e0dbc58 100644 --- a/htdocs/fourn/fiche.php3 +++ b/htdocs/fourn/fiche.php3 @@ -144,7 +144,7 @@ if ($socid > 0) { print 'Nouvelle Facture Nouvelle facture'; - print "[idp&action=edit\">Editer]"; + print "[idp&action=edit\">Editer]"; @@ -158,11 +158,11 @@ if ($socid > 0) { td.border { border: 1px dashed #c0c0c0; } '; + print ''; print '
'; - print ''; - print ''; - print ""; + print '
Tel'.$objsoc->tel.' fax'.$objsoc->fax.' 
Ville".nl2br($objsoc->address)."
$objsoc->cp $objsoc->ville
'; + print ''; + print ""; print ""; print "\n"; print '
Tél'.$objsoc->tel.' fax'.$objsoc->fax.' 
Adresse".nl2br($objsoc->address)."
$objsoc->cp $objsoc->ville
sirensiren\">$objsoc->siren prefix"; @@ -183,8 +183,8 @@ if ($socid > 0) { */ print "'; - print ''; - print ""; + print '
Créée le" . strftime("%d %b %Y %H:%M", $objsoc->dc) . "
'; + print ""; /* * */ @@ -310,7 +310,7 @@ if ($socid > 0) { if ( $db->query($sql) ) { print "
Créée le" . strftime("%d %b %Y %H:%M", $objsoc->dc) . "
\n"; - print ''; + print ''; $i = 0 ; $num = $db->num_rows(); $tag = True; while ($i < $num) {
Actions
Actions