Fix: disabled ajax for the moment

This commit is contained in:
Regis Houssin 2012-11-01 10:48:48 +01:00
parent 0328f0de11
commit a108abddda

View File

@ -162,7 +162,7 @@ if ($object->id)
{ {
// Affiche formulaire upload // Affiche formulaire upload
$formfile=new FormFile($db); $formfile=new FormFile($db);
$formfile->form_attach_new_file($_SERVER["PHP_SELF"].'?id='.$object->id,$langs->trans("AddPhoto"),1); $formfile->form_attach_new_file($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans("AddPhoto"), 1, 0, 1, 50, $object, '', false); // FIXME Regis: disabled for the moment
} }
// Affiche photos // Affiche photos
@ -179,7 +179,8 @@ if ($object->id)
if ($object->nbphoto < 1) if ($object->nbphoto < 1)
{ {
print '<br>'; print '<br>';
print '<table width="100%" valign="top" align="center" border="0" cellpadding="2" cellspacing="2">'; print '<tr align=center valign=middle border=1><td class="photo">'; print '<table width="100%" valign="top" align="center" border="0" cellpadding="2" cellspacing="2">';
print '<tr align=center valign=middle border=1><td class="photo">';
print "<br>".$langs->trans("NoPhotoYet")."<br><br>"; print "<br>".$langs->trans("NoPhotoYet")."<br><br>";
print '</td></tr>'; print '</td></tr>';
print '</table>'; print '</table>';