Debut ajout photo

This commit is contained in:
Rodolphe Quiedeville 2005-03-03 16:53:35 +00:00
parent 0b98b94941
commit 2a10ff545b

View File

@ -530,12 +530,15 @@ else
*/ */
if ($_GET["action"] == 'ajout_photo' && $user->rights->produit->creer && $product->isproduct) if ($_GET["action"] == 'ajout_photo' && $user->rights->produit->creer && $product->isproduct)
{ {
$product->add_photo($conf->produit->dir_output);
$langs->load("suppliers"); $langs->load("suppliers");
print_titre($langs->trans("AddPhoto")); print_titre($langs->trans("AddPhoto"));
print '<form action="fiche.php?id='.$product->id.'" method="post">';
print '<input type="hidden" name="action" value="add_fourn">'; print '<form name="userfile" action="fiche.php?id='.$product->id.'" enctype="multipart/form-data" METHOD="POST">';
print '<input type="hidden" name="id" value="'.$product->id.'">'; print '<input type="hidden" name="max_file_size" value="2000000">';
print '<table class="border" width="100%"><tr>'; print '<table class="border" width="100%"><tr>';
print '<td>'.$langs->trans("File").'</td>'; print '<td>'.$langs->trans("File").'</td>';
print '<td><input type="file" name="photofile"></td></tr>'; print '<td><input type="file" name="photofile"></td></tr>';