diff --git a/htdocs/boutique/livre/fiche.php b/htdocs/boutique/livre/fiche.php index 943e36fa5aa..84f7f2fe5fd 100644 --- a/htdocs/boutique/livre/fiche.php +++ b/htdocs/boutique/livre/fiche.php @@ -201,6 +201,8 @@ else foreach ($auteurs as $key => $value) { + print ''; + print 'Supprimer '; print ''.$value."
\n"; } print ""; @@ -216,7 +218,7 @@ else print "
\n"; print ""; - print "Auteur(s)"; + print 'Auteur(s)'; $htmls->select_array("coauteurid", $auteur->liste_array()); print ' '; print "
"; @@ -225,7 +227,7 @@ else print ''; $listecat = new Categorie($db); - print 'Catégories'; + print 'Catégories'; $htmls->select_array("catid", $listecat->liste_array()); print ' '; print ""; @@ -274,8 +276,6 @@ else foreach ($auteurs as $key => $value) { - print '
'; - print 'Supprimer '; print ''; print $value."
\n"; } @@ -283,9 +283,6 @@ else print 'Prix'.price($livre->price).''; print ""; - - - } else {