Fix: Pb ouverture/fermeture champ.
This commit is contained in:
parent
0bc48cabc2
commit
c17e7a50ab
@ -18,11 +18,13 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
|
|
||||||
|
// \todo Par qui est appelé ce fichier ?
|
||||||
|
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
if ($action == 'add') {
|
if ($action == 'add') {
|
||||||
@ -96,12 +98,11 @@ else
|
|||||||
print '<div class="titre">Fiche Album : '.$album->titre.'</div><br>';
|
print '<div class="titre">Fiche Album : '.$album->titre.'</div><br>';
|
||||||
|
|
||||||
print '<table class="border" width="100%" cellspacing="0" cellpadding="3">';
|
print '<table class="border" width="100%" cellspacing="0" cellpadding="3">';
|
||||||
print '<tr>';
|
print '<tr><td>'.$langs->trans("Ref").'</td><td>'.$album->ref.'</td><tr>';
|
||||||
print '<td>'.$langs->trans("Ref")."</td><td>$album->ref</td>\n";
|
print '<tr><td>'.$langs->trans("Status").'</td><td>'.$album->status.'</td><tr>';
|
||||||
print '<td>'.$langs->trans("Status").'</td><td>$album->status</td></tr>\n';
|
print '<tr><td>'.$langs->trans("Title").'</td><td>'.$album->titre.'</td><tr>';
|
||||||
print "<td>Titre</td><td>$album->titre</td>\n";
|
print '<tr><td>'.$langs->trans("Price").'</td><td>'.price($album->price).'</td><tr>';
|
||||||
print '<td>'.$langs->trans("Price").'</td><TD>'.price($album->price).'</td></tr>';
|
print '<tr><td valign="top">'.$langs->trans("Description").'</td><td valign="top">'.nl2br($album->description).'</td>';
|
||||||
print '<tr><td valign="top">'.$langs->trans("Description").'</td><td valign="top">'.nl2br($album->description)."</td>";
|
|
||||||
|
|
||||||
$gas = $album->liste_groupart();
|
$gas = $album->liste_groupart();
|
||||||
print '<td valign="top">Artiste/Groupe</td><td><ul>';
|
print '<td valign="top">Artiste/Groupe</td><td><ul>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user