From 9e73bd1b8c1f85ec806bcd56824091ae064e1864 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 00:37:37 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index e63e2ae8dd7..189f3f26d39 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -580,9 +580,10 @@ else print $langs->trans('RIB'); print ''; if ($user->rights->societe->creer) - print ''.img_edit().''; - - print ' '; + print ''.img_edit().''; + else + print ' '; + print ''; print ''; print ''; print $soc->display_rib(); @@ -594,8 +595,10 @@ else print $langs->trans('ParentCompany'); print ''; if ($user->rights->societe->creer) - print ''.img_edit() .''; - print ' '; + print ''.img_edit() .''; + else + print ' '; + print ''; print ''; print ''; if ($soc->parent) @@ -615,8 +618,10 @@ else print $langs->trans('SalesRepresentatives'); print ''; if ($user->rights->societe->creer) - print ''.img_edit().''; - print ' '; + print ''.img_edit().''; + else + print ' '; + print ''; print ''; print '';