From 67f0a7b10c78edf248c0d7ec8dd3442efdb41d48 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 21 Jun 2012 16:32:28 +0000 Subject: [PATCH] Cosmetic add button close --- include/template/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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().'
';