Fix name of agenda tab
This commit is contained in:
parent
c0ea95df3e
commit
9fbe96dd38
@ -205,12 +205,12 @@ function societe_prepare_head(Societe $object)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/societe/agenda.php?socid='.$object->id;
|
$head[$h][0] = DOL_URL_ROOT.'/societe/agenda.php?socid='.$object->id;
|
||||||
|
$head[$h][1].= $langs->trans("Events");
|
||||||
if (! empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read) ))
|
if (! empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read) ))
|
||||||
{
|
{
|
||||||
$head[$h][1] = $langs->trans("Events");
|
|
||||||
$head[$h][1].= '/';
|
$head[$h][1].= '/';
|
||||||
|
$head[$h][1].= $langs->trans("Agenda");
|
||||||
}
|
}
|
||||||
$head[$h][1].= $langs->trans("Agenda");
|
|
||||||
$head[$h][2] = 'agenda';
|
$head[$h][2] = 'agenda';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user