diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php
index e5623dc5ea7..410ce6c8c09 100644
--- a/htdocs/comm/propal/note.php
+++ b/htdocs/comm/propal/note.php
@@ -145,6 +145,8 @@ if ($id > 0 || ! empty($ref))
print "";
+ print '
';
+
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '';
diff --git a/htdocs/commande/note.php b/htdocs/commande/note.php
index 040ca19d933..d2bc4fafd33 100644
--- a/htdocs/commande/note.php
+++ b/htdocs/commande/note.php
@@ -108,7 +108,9 @@ if ($id > 0 || ! empty($ref))
print '
'.$soc->getNomUrl(1).' | ';
print "";
-
+
+ print '
';
+
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '';
diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php
index 946dec53cc5..a388cbd1276 100644
--- a/htdocs/compta/facture/note.php
+++ b/htdocs/compta/facture/note.php
@@ -108,7 +108,9 @@ if ($id > 0 || ! empty($ref))
print ''.$soc->getNomUrl(1,'compta').' | ';
print "";
-
+
+ print '
';
+
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '';
diff --git a/htdocs/fichinter/note.php b/htdocs/fichinter/note.php
index b5960aa091b..a150e69573c 100644
--- a/htdocs/fichinter/note.php
+++ b/htdocs/fichinter/note.php
@@ -87,6 +87,8 @@ if ($id > 0)
print "";
+ print '
';
+
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '';