From a29180657a1945cc447400ae5b1d5c015f5eff5f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Feb 2005 23:28:01 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Ajout=20picto=20soci=E9t=E9=20et=20cont?= =?UTF-8?q?act=20sur=20page=20Actions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index eab7766e229..a6ee1f21251 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -113,7 +113,7 @@ if ( $db->query($sql) ) print ""; print ''; print ''; - print ''; + print ''; print ''; print ''; print ''; @@ -163,15 +163,15 @@ if ( $db->query($sql) ) if ($obj->client == 1) { - print ' '.$obj->societe.''; + print ' '.img_object($langs->trans("ShowCompany"),"company").' '.$obj->societe.''; } elseif ($obj->client == 2) { - print ' '.$obj->societe.''; + print ' '.img_object($langs->trans("ShowCompany"),"company").' '.$obj->societe.''; } else { - print ' '.$obj->societe.''; + print ' '.img_object($langs->trans("ShowCompany"),"company").' '.$obj->societe.''; } /* * Contact @@ -181,13 +181,14 @@ if ( $db->query($sql) ) { $cont = new Contact($db); $cont->fetch($obj->fk_contact); - print ''.$cont->fullname.''; + print ''.img_object($langs->trans("ShowContact"),"contact").' '.$cont->fullname.''; } else { print " "; } print ''; + /* * */
'.$langs->trans("Date").'Avancement'.$langs->trans("Status").''.$langs->trans("Action").''.$langs->trans("Company").''.$langs->trans("Contact").'