diff --git a/htdocs/product/groupart/fiche.php b/htdocs/product/groupart/fiche.php index bf010190592..c4fc5d40ae8 100644 --- a/htdocs/product/groupart/fiche.php +++ b/htdocs/product/groupart/fiche.php @@ -87,6 +87,8 @@ else print ''; print ""; print "\n"; + print ""; + print "\n"; print ""; $gas = $groupart->liste_albums(); @@ -101,6 +103,14 @@ else if ($action == 'edit') { + if ($groupart->grar == 'artiste') + { + $grar_opt = 'Groupe'; + } + else + { + $grar_opt = 'Artiste'; + } print '
Edition de la fiche produit : '.$groupart->ref.'

'; print "\n"; @@ -108,7 +118,8 @@ else print '
Nom".$groupart->nom."
Groupe/Artiste".ucfirst(strtolower(strtoupper($groupart->grar)))."
Description".nl2br($groupart->desc)."
'; print ''; - + print ''; print "
Nom
Artiste/Groupe
Description"; print '