diff --git a/htdocs/societe.php b/htdocs/societe.php index 534132a0bc2..b53b9f3bbf7 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -20,7 +20,7 @@ * $Source$ */ -/*! +/** \file htdocs/societe.php \ingroup societe \brief Page des societes @@ -115,7 +115,7 @@ if ($_POST["button_removefilter"] == $langs->trans("RemoveFilter")) { * */ -$title=$langs->trans("CompanyList"); +$title=$langs->trans("ListOfCompanies"); $sql = "SELECT s.idp, s.nom, s.ville, ".$db->pdate("s.datec")." as datec, ".$db->pdate("s.datea")." as datea, st.libelle as stcomm, s.prefix_comm, s.client, s.fournisseur"; $sql .= " FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."c_stcomm as st WHERE s.fk_stcomm = st.id"; @@ -187,7 +187,7 @@ if ($result) $var=!$var; print ""; print "idp\">"; - print img_file(); + print img_object($langs->trans("ShowCompany"),"company"); print " idp\">".stripslashes($obj->nom)."\n"; print "".$obj->ville." \n"; print '';