From 759c5012812d4b63f393000f7a45badd8d2e2ec3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 27 Mar 2003 20:26:22 +0000 Subject: [PATCH] Modification des liens de suppressions des auteurs --- htdocs/boutique/livre/fiche.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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 {