diff --git a/htdocs/product/index.php b/htdocs/product/index.php index 0179a1c019d..7810748c7c6 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -42,9 +42,22 @@ print_titre("Produits et services"); print ''; -print '"; + +print '"; - print '
'; +print '
'; + +print ''; +print ''; +print ""; +print ''; +print ""; +print '
Hors vente
Produits hors vente
Services hors vente
'; + + +print "
'; + $sql = "SELECT p.rowid, p.label, p.price, p.ref FROM llx_product as p WHERE envente=1"; $sql .= " ORDER BY p.datec DESC "; $sql .= $db->plimit(15 ,0); @@ -82,19 +95,6 @@ else print $db->error() . "
" .$sql; } -print '
'; - -print ''; -print ''; -print ""; -print ''; -print ""; -print '
Hors vente
Produits hors vente
Services hors vente
'; - -print '
'; -print ' '; -print "
'; $db->close();