Ajout icone de fichier
This commit is contained in:
parent
cd572f8334
commit
dd72f23226
@ -91,7 +91,9 @@ if ( $db->query($sql) )
|
||||
$obj = $db->fetch_object( $i);
|
||||
$var=!$var;
|
||||
print "<tr $bc[$var]>";
|
||||
print "<td><a href=\"fiche.php?id=$obj->cid\">$obj->cid</a></td>\n";
|
||||
print "<td><a href=\"fiche.php?id=$obj->cid\">";
|
||||
print img_file();
|
||||
print "</a> <a href=\"fiche.php?id=$obj->cid\">$obj->cid</a></td>\n";
|
||||
print "<td><a href=\"../product/fiche.php?id=$obj->pid\">$obj->label</a></td>\n";
|
||||
print "<td><a href=\"../comm/fiche.php?socid=$obj->sidp\">$obj->nom</a></td>\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user