diff --git a/htdocs/product/categorie/fiche.php b/htdocs/product/categorie/fiche.php index 4ce6c2320ea..2d69e1f9244 100644 --- a/htdocs/product/categorie/fiche.php +++ b/htdocs/product/categorie/fiche.php @@ -18,11 +18,13 @@ * * $Id$ * $Source$ - * */ require("./pre.inc.php"); +// \todo Par qui est appelé ce fichier ? + + llxHeader(); if ($action == 'add') { @@ -96,12 +98,11 @@ else print '
| '.$langs->trans("Ref")." | $album->ref | \n"; - print ''.$langs->trans("Status").' | $album->status | Titre | $album->titre | \n"; - print ''.$langs->trans("Price").' | '.price($album->price).' | '; - print '
| '.$langs->trans("Description").' | '.nl2br($album->description)." | "; + print '||
| '.$langs->trans("Ref").' | '.$album->ref.' | ||
| '.$langs->trans("Status").' | '.$album->status.' | ||
| '.$langs->trans("Title").' | '.$album->titre.' | ||
| '.$langs->trans("Price").' | '.price($album->price).' | ||
| '.$langs->trans("Description").' | '.nl2br($album->description).' | '; $gas = $album->liste_groupart(); print 'Artiste/Groupe |
|