From 9dc3634a615c177a7d47a346ed639b798b66aea9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 3 Jun 2006 16:11:35 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Uniformisation=20onglet=20soci=E9t=E9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/docsoc.php | 10 ++++++++++ htdocs/socnote.php | 2 ++ 2 files changed, 12 insertions(+) diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index 445fb4f1007..45a86f5ee7b 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -147,9 +147,19 @@ if ($socid > 0) } print ''; + + // Ref print ''; + + // Prefix + print ''; + + // Nbre fichiers print ''; + + //Total taille print ''; + print '
'.$langs->trans("Name").''.$societe->nom.'
'.$langs->trans('Prefix').''.$objsoc->prefix_comm.'
'.$langs->trans("NbOfAttachedFiles").''.sizeof($filearray).'
'.$langs->trans("TotalSizeOfAttachedFiles").''.$totalsize.' '.$langs->trans("bytes").'
'; print ''; diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 9170d110191..5b68bf12f23 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -90,6 +90,7 @@ if ($socidp > 0) print "
"; print ''; + print ''; print ''; print ""; print ''; + print "
'.$langs->trans("Note").''.$langs->trans("CurrentNote").'
'; print ""; @@ -98,6 +99,7 @@ if ($socidp > 0) print ''.nl2br($societe->note).'
"; print '
';