From 816e337310d3f4f0c1725450364f1a097b1ddfbb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 13 Sep 2003 14:05:17 +0000 Subject: [PATCH] Supression tag csss *bc --- htdocs/product/fiche.php | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 4d4fa4ac2ce..ec942220d4b 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -153,21 +153,21 @@ if ($action == 'create') print ''."\n"; print '
Nouveau '.$types[$type].'

'."\n"; - print ''; - print ""; + print '
'; + print ''; print ''; - print "".''; - print "".''; - print "".'".''; + print "".''; + print "".''; - print "".'".'"; if ($type == 1) { - print "".'".''; } - print "".''; + print "".''; print '
Référence
Libellé
Prix de vente
Taux TVA'; + print "
Libellé
Prix de vente
Taux TVA'; $html = new Form($db); print $html->select_tva("tva_tx"); print '
Description'; + print "
Description'; print '
Durée'; + print "
Durée'; print 'jour '; print 'semaine '; print 'mois '; @@ -175,7 +175,7 @@ if ($action == 'create') print '
 
 
'; print ''; } @@ -189,7 +189,7 @@ else if ( $result ) { print ''; - print ""; + print ''; print ''; print ''; print ''; @@ -200,7 +200,7 @@ else print_fiche_titre('Fiche '.$types[$product->type].' : '.$product->ref, $mesg); print '
Réf :  
'; - print ""; + print ""; print ''; print ''; print ""; print ''; - print ''; + print ''; print ''; - print "".''; - print ""; + print "".''; + print ""; if ($product->type == 1) { - print "".'".'
Référence'.$product->ref.''; if ($product->envente) @@ -214,19 +214,19 @@ else print '
Libellé$product->labelStatistiques
Prix de vente'.price($product->price).'
Prix de vente'.price($product->price).''; print "Propositions commerciales : ".$product->count_propale(); print "
Proposé à ".$product->count_propale_client()." clients"; print "
Factures : ".$product->count_facture(); print '
Taux TVA'.$product->tva_tx.' %
Description".nl2br($product->description)."
Taux TVA'.$product->tva_tx.' %
Description".nl2br($product->description)."
Durée'.$product->duration_value.' '; + print "
Durée'.$product->duration_value.' '; if ($product->duration_value > 1) { $plu = "s"; @@ -261,9 +261,9 @@ else print ''; - print "".''; + print "".''; - print "".'".''; print '
Prix de vente
Prix de vente
 '; + print "
 '; print '
'; print ''; @@ -279,15 +279,15 @@ else print ''; print ''; - print "".''; + print "".''; print ''; - print "".''; - print "".'".''; + print "".''; - print "".'".''; - print "".'".'"; if ($product->type == 1) { - print "".'".''; } - print "".'".''; print '
Référence
Référence
Libellé
Prix de vente'.price($product->price).'
Taux TVA'; + print "
Prix de vente'.price($product->price).'
Taux TVA'; $html = new Form($db); print $html->select_tva("tva_tx", $product->tva_tx); print '
Statut'; + print "
Statut'; print '
Description'; + print "
Description'; print '
Durée'; + print "
Durée'; switch ($product->duration_unit) { case "d": @@ -344,7 +344,7 @@ else print '
 '; + print "
 '; print '
'; print ''; @@ -408,7 +408,7 @@ if ($id && $action == '' && $product->envente) print ''; if($user->rights->propale->creer) { - print "".'".''; if($user->rights->propale->creer) { @@ -416,7 +416,7 @@ if ($id && $action == '' && $product->envente) print_titre("Ajouter aux autres propositions") . ''; } print ''; - print "".'".'
'; + print "
'; print_titre("Ajouter à ma proposition") . '
'; + print "
'; $sql = "SELECT s.nom, s.idp, p.rowid as propalid, p.ref,".$db->pdate("p.datep")." as dp"; $sql .= " FROM llx_societe as s, llx_propal as p"; $sql .=" WHERE p.fk_soc = s.idp AND p.fk_statut = 0 AND p.fk_user_author = ".$user->id; @@ -462,7 +462,7 @@ if ($id && $action == '' && $product->envente) print '
'; print ''; print ''; - print "".'".'".'".''; - print "".'".'
Autres Propositions'; + print "
Autres Propositions'; $htmls->select_array("propalid", $otherprop); print ''; print ''; @@ -478,12 +478,12 @@ if ($id && $action == '' && $product->envente) if($user->rights->facture->creer) { - print "
'; + print "
'; print_titre("Ajouter à ma facture"); print ''; print_titre("Ajouter aux autres factures"); print '
'; + print "
'; $sql = "SELECT s.nom, s.idp, f.rowid as factureid, f.facnumber,".$db->pdate("f.datef")." as df"; $sql .= " FROM llx_societe as s, llx_facture as f"; $sql .=" WHERE f.fk_soc = s.idp AND f.fk_statut = 0 AND f.fk_user_author = ".$user->id;