diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index a27ac4a93..5d209742f 100644
--- a/include/template/dashboard.php
+++ b/include/template/dashboard.php
@@ -176,7 +176,7 @@ $wTitle=new IText('p_title');
$wDesc=new ITextArea('p_desc');
$wDesc->heigh=5;
$wDesc->width=40;
-echo h2info("Note");
+echo HtmlInput::title_box("Note","add_todo_list","hide");
echo _("Date")." ".$wDate->input().'
';
echo _("Titre")." ".$wTitle->input().'
';
echo _("Description")."
".$wDesc->input().'
';