From aedddbff03e68c76b4ebcd63f2625ab0a6898f54 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Nov 2007 21:08:03 +0000 Subject: [PATCH] Modif mineure --- htdocs/docsoc.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index 186d5e90421..5253b513e3a 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -22,7 +22,7 @@ /** \file htdocs/docsoc.php - \brief Fichier onglet documents liés à la société + \brief Fichier onglet documents li�s � la soci�t� \ingroup societe \version $Revision$ */ @@ -41,7 +41,7 @@ $sortfield=$_GET["sortfield"]; if (! $sortorder) $sortorder="ASC"; if (! $sortfield) $sortfield="name"; -// Sécurité d'accès client et commerciaux +// S�curit� d'acc�s client et commerciaux $socid = restrictedArea($user, 'societe', $socid); /* @@ -65,13 +65,13 @@ if ( $_POST["sendit"] && $conf->upload != 0) } else if (!$result) { - // Echec transfert (fichier dépassant la limite ?) + // Echec transfert (fichier d�passant la limite ?) $mesg = '
'.$langs->trans("ErrorFileNotUploaded").'
'; // print_r($_FILES); } else { - // Fichier infecté par un virus + // Fichier infect� par un virus $mesg = '
'.$langs->trans("ErrorFileIsInfectedWith",$result).'
'; } } @@ -169,7 +169,9 @@ if ($socid > 0) // Affiche liste des documents existant print_titre($langs->trans("AttachedFiles")); - // \TODO Mettre cette section dans une zone AJAX + /** + * TODO Mettre cette section dans une zone AJAX + */ $prefix=$socid.'/'; $modulepart='societe'; $url=$_SERVER["PHP_SELF"];