From d5fff0337e16a2eb6651ec033980677bd2ebb8c9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 5 Dec 2007 12:49:15 +0000 Subject: [PATCH] Fix: modif esthetique mineure --- htdocs/comm/prospect/fiche.php | 4 ++-- htdocs/fourn/fiche.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 1c16d392238..fb78a97d6c6 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -400,7 +400,7 @@ if ($socid > 0) print ' '; } - print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.''; + print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.''; print "\n"; $i++; } @@ -489,7 +489,7 @@ if ($socid > 0) print ' '; } - print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.''; + print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.''; print "\n"; $i++; } diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index e2bab69824a..4bf57899918 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -452,7 +452,7 @@ if ( $societe->fetch($socid) ) } // Auteur - print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.''; + print ''.img_object($langs->trans("ShowUser"),"user").' '.$obj->login.''; print "\n"; $i++; } @@ -560,7 +560,7 @@ if ( $societe->fetch($socid) ) } // Auteur - print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.''; + print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.''; print "\n"; $i++; }