diff --git a/htdocs/user/document.php b/htdocs/user/document.php
index 081bf2bc408..5b86c7d490d 100644
--- a/htdocs/user/document.php
+++ b/htdocs/user/document.php
@@ -129,12 +129,13 @@ if ($object->id)
$form=new Form($db);
- dol_fiche_head($head, 'document', $langs->trans("User"),0,'user');
+ dol_fiche_head($head, 'document', $langs->trans("User"), -1, 'user');
$linkback = ''.$langs->trans("BackToList").'';
dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
+ print '
';
print '
';
// Construit liste des fichiers
@@ -158,7 +159,8 @@ if ($object->id)
print '
| '.$langs->trans("TotalSizeOfAttachedFiles").' | '.$totalsize.' '.$langs->trans("bytes").' |
';
print '';
-
+ print '
';
+
dol_fiche_end();
diff --git a/htdocs/user/info.php b/htdocs/user/info.php
index 5ea7200a0f7..ff4c44c6e23 100644
--- a/htdocs/user/info.php
+++ b/htdocs/user/info.php
@@ -65,7 +65,7 @@ llxHeader();
$head = user_prepare_head($object);
$title = $langs->trans("User");
-dol_fiche_head($head, 'info', $title, 0, 'user');
+dol_fiche_head($head, 'info', $title, -1, 'user');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/user/note.php b/htdocs/user/note.php
index 38aef489b87..3f9be2b4142 100644
--- a/htdocs/user/note.php
+++ b/htdocs/user/note.php
@@ -88,7 +88,7 @@ if ($id)
$head = user_prepare_head($object);
$title = $langs->trans("User");
- dol_fiche_head($head, 'note', $title, 0, 'user');
+ dol_fiche_head($head, 'note', $title, -1, 'user');
$linkback = ''.$langs->trans("BackToList").'';
@@ -99,6 +99,7 @@ if ($id)
print "