Update card.php
$help_url = 'EN:Module_Categories|FR:Module_Catégories|DE:Modul_Kategorien';
llxHeader("", $langs->trans("Categories"), $help_url);
This commit is contained in:
parent
bdb78956b7
commit
31e018636d
@ -208,8 +208,9 @@ if (($action == 'add' || $action == 'confirmed') && $user->rights->categorie->cr
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formother = new FormOther($db);
|
$formother = new FormOther($db);
|
||||||
|
|
||||||
$helpurl = 'EN:Module_Categories|FR:Module_Catégories';
|
$help_url = 'EN:Module_Categories|FR:Module_Catégories|DE:Modul_Kategorien';
|
||||||
llxHeader("", $langs->trans("Categories"), $helpurl);
|
|
||||||
|
llxHeader("", $langs->trans("Categories"), $help_url);
|
||||||
|
|
||||||
if ($user->rights->categorie->creer) {
|
if ($user->rights->categorie->creer) {
|
||||||
// Create or add
|
// Create or add
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user