Trad: Oubli trraduction

This commit is contained in:
Laurent Destailleur 2005-05-26 01:23:11 +00:00
parent 28379ae46d
commit 26ee3ae2c2
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ class MenuTop {
$chaine="";
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
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>';

View File

@ -126,7 +126,7 @@ class MenuTop {
$chaine="";
if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); }
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)
print '<a '.$class.' href="'.DOL_URL_ROOT.'/product/index.php?mainmenu=products&leftmenu="'.($this->atarget?" target=$this->atarget":"").'>'.$chaine.'</a>';