Fix: Bad translation and picto
This commit is contained in:
parent
0997274c45
commit
73edad8b88
@ -323,12 +323,12 @@ else if ($id || $ref)
|
|||||||
$langs->load("products");
|
$langs->load("products");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fiche categorie de produit
|
* Category card for product
|
||||||
*/
|
*/
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
|
||||||
|
|
||||||
// Produit
|
// Product
|
||||||
$product = new Product($db);
|
$product = new Product($db);
|
||||||
$result = $product->fetch($id, $ref);
|
$result = $product->fetch($id, $ref);
|
||||||
|
|
||||||
@ -378,7 +378,7 @@ else if ($id || $ref)
|
|||||||
$langs->load("members");
|
$langs->load("members");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fiche categorie d'adherent
|
* Category card for member
|
||||||
*/
|
*/
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
|
||||||
@ -458,8 +458,8 @@ else if ($id || $ref)
|
|||||||
$langs->load("contact");
|
$langs->load("contact");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fiche categorie d'contact
|
* Category card for contact
|
||||||
*/
|
*/
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/contact.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/contact.lib.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
|
||||||
|
|
||||||
@ -472,9 +472,9 @@ else if ($id || $ref)
|
|||||||
|
|
||||||
|
|
||||||
$head=contact_prepare_head($object, $user);
|
$head=contact_prepare_head($object, $user);
|
||||||
$titre=$langs->trans("Contact");
|
$titre=$langs->trans("ContactsAddresses");
|
||||||
$picto='user';
|
$picto='contact';
|
||||||
dol_fiche_head($head, 'tabCategorie', $titre,0,$picto);
|
dol_fiche_head($head, 'category', $titre,0,$picto);
|
||||||
|
|
||||||
$rowspan=5;
|
$rowspan=5;
|
||||||
if (! empty($conf->societe->enabled)) $rowspan++;
|
if (! empty($conf->societe->enabled)) $rowspan++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user