diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
index 3f266f71de4..a01ba2f1180 100644
--- a/htdocs/fichinter/card.php
+++ b/htdocs/fichinter/card.php
@@ -1154,7 +1154,7 @@ else if ($id > 0 || ! empty($ref))
$linkback = ''.$langs->trans("BackToList").'';
// Ref
- print '
| '.$langs->trans("Ref").' | ';
+ print ' |
| '.$langs->trans("Ref").' | ';
print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print ' |
';
diff --git a/htdocs/fichinter/contact.php b/htdocs/fichinter/contact.php
index b64a16f91ba..473445049f7 100644
--- a/htdocs/fichinter/contact.php
+++ b/htdocs/fichinter/contact.php
@@ -128,7 +128,7 @@ if ($id > 0 || ! empty($ref))
$linkback = ''.$langs->trans("BackToList").'';
// Ref
- print '| '.$langs->trans("Ref").' | ';
+ print ' |
| '.$langs->trans("Ref").' | ';
print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print " |
";
diff --git a/htdocs/fichinter/document.php b/htdocs/fichinter/document.php
index aca31d4e7c2..59a3bbf3c5d 100644
--- a/htdocs/fichinter/document.php
+++ b/htdocs/fichinter/document.php
@@ -106,7 +106,7 @@ if ($object->id)
$linkback = ''.$langs->trans("BackToList").'';
// Ref
- print '| '.$langs->trans("Ref").' | ';
+ print ' |
| '.$langs->trans("Ref").' | ';
print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print ' |
';
diff --git a/htdocs/fichinter/note.php b/htdocs/fichinter/note.php
index 3c5fce7caa2..c672d48cb71 100644
--- a/htdocs/fichinter/note.php
+++ b/htdocs/fichinter/note.php
@@ -54,7 +54,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include,
* View
*/
-llxHeader();
+llxHeader('',$langs->trans("Intervention"));
$form = new Form($db);
@@ -70,12 +70,12 @@ if ($id > 0 || ! empty($ref))
$linkback = ''.$langs->trans("BackToList").'';
- print '| '.$langs->trans('Ref').' | ';
+ print ' |
| '.$langs->trans('Ref').' | ';
print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print ' |
';
// Company
- print '| '.$langs->trans('Company').' | '.$societe->getNomUrl(1).' |
';
+ print '| '.$langs->trans('Company').' | '.$societe->getNomUrl(1).' |
';
print "";