Update card.php
$help_url = 'EN:Module_Interventions';
llxHeader('', $langs->trans("Intervention"), $help_url);
This commit is contained in:
parent
ceba8146c6
commit
e35dc732e2
@ -759,7 +759,10 @@ if (!empty($conf->projet->enabled)) {
|
||||
$formproject = new FormProjets($db);
|
||||
}
|
||||
|
||||
llxHeader('', $langs->trans("Intervention"));
|
||||
|
||||
$help_url = 'EN:Module_Interventions';
|
||||
|
||||
llxHeader('', $langs->trans("Intervention"), $help_url);
|
||||
|
||||
if ($action == 'create') {
|
||||
// Create new intervention
|
||||
|
||||
Loading…
Reference in New Issue
Block a user