From 3f9e9a212dc27e270577c7752cf7793cf31feee6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 29 Oct 2007 22:05:45 +0000 Subject: [PATCH] Fix: modif esthetique mineure --- htdocs/product/document.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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').'