diff --git a/htdocs/product/document.php b/htdocs/product/document.php index 14dfe4b4977..b4121a2cde4 100755 --- a/htdocs/product/document.php +++ b/htdocs/product/document.php @@ -185,16 +185,20 @@ if ($product->id) error_reporting($errorlevel); print ''; - + + // Affiche liste des documents existant + print_titre($langs->trans("AttachedFiles")); + + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + $var=true; + if ($handle) { - print ''; - print ''; - print ''; - print ''; - print ''; - print ''; - $var=true; while (($file = readdir($handle))!==false) { if (!is_dir($dir.$file) && substr($file, 0, 1) <> '.' && substr($file, 0, 3) <> 'CVS')
'.$langs->trans('Document').''.$langs->trans('Size').''.$langs->trans('Date').' 
'.$langs->trans('Document').''.$langs->trans('Size').''.$langs->trans('Date').'