diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php index 198eb11dddb..3cb613934b9 100644 --- a/htdocs/fichinter/card.php +++ b/htdocs/fichinter/card.php @@ -949,7 +949,7 @@ $formfile = new FormFile($db); if ($conf->contrat->enabled) $formcontract = new FormContract($db); -llxHeader('',$langs->trans("Fichinter")); +llxHeader('',$langs->trans("Intervention")); if ($action == 'create') { diff --git a/htdocs/fichinter/contact.php b/htdocs/fichinter/contact.php index b0f9ada3af7..854428a5ccf 100644 --- a/htdocs/fichinter/contact.php +++ b/htdocs/fichinter/contact.php @@ -106,7 +106,7 @@ $formcompany = new FormCompany($db); $contactstatic=new Contact($db); $userstatic=new User($db); -llxHeader(); +llxHeader('',$langs->trans("Intervention")); // Mode vue et edition diff --git a/htdocs/fichinter/document.php b/htdocs/fichinter/document.php index bd6746c98e4..2acf7d39093 100644 --- a/htdocs/fichinter/document.php +++ b/htdocs/fichinter/document.php @@ -81,8 +81,7 @@ include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_pre_headers.tpl.php $form = new Form($db); -llxHeader("","",$langs->trans("InterventionCard")); - +llxHeader('',$langs->trans("Intervention")); if ($object->id) { diff --git a/htdocs/fichinter/info.php b/htdocs/fichinter/info.php index 21412fa8064..f577913ebe2 100644 --- a/htdocs/fichinter/info.php +++ b/htdocs/fichinter/info.php @@ -49,7 +49,7 @@ if ($id > 0) * View */ -llxHeader(); +llxHeader('',$langs->trans("Intervention")); $societe = new Societe($db); $societe->fetch($object->socid);