Trad: Oubli trraduction
This commit is contained in:
parent
28379ae46d
commit
26ee3ae2c2
@ -162,7 +162,7 @@ class MenuTop {
|
|||||||
$chaine="";
|
$chaine="";
|
||||||
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
|
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
|
||||||
if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; }
|
if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; }
|
||||||
if ($conf->service->enabled) { $chaine.="Services"; }
|
if ($conf->service->enabled) { $chaine.=$langs->("Services"); }
|
||||||
|
|
||||||
|
|
||||||
print '<a '.$class.' href="'.DOL_URL_ROOT.'/product/index.php?mainmenu=products"'.($this->atarget?" target=$this->atarget":"").'>'.$chaine.'</a>';
|
print '<a '.$class.' href="'.DOL_URL_ROOT.'/product/index.php?mainmenu=products"'.($this->atarget?" target=$this->atarget":"").'>'.$chaine.'</a>';
|
||||||
|
|||||||
@ -126,7 +126,7 @@ class MenuTop {
|
|||||||
$chaine="";
|
$chaine="";
|
||||||
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
|
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
|
||||||
if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; }
|
if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; }
|
||||||
if ($conf->service->enabled) { $chaine.="Services"; }
|
if ($conf->service->enabled) { $chaine.=$langs->trans("Services"); }
|
||||||
|
|
||||||
if ($user->rights->produit->lire)
|
if ($user->rights->produit->lire)
|
||||||
print '<a '.$class.' href="'.DOL_URL_ROOT.'/product/index.php?mainmenu=products&leftmenu="'.($this->atarget?" target=$this->atarget":"").'>'.$chaine.'</a>';
|
print '<a '.$class.' href="'.DOL_URL_ROOT.'/product/index.php?mainmenu=products&leftmenu="'.($this->atarget?" target=$this->atarget":"").'>'.$chaine.'</a>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user