From cbdbd14b0344fcf6b17370c25cd0b5fb45ffdbcf Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 19 Feb 2018 10:13:37 +0100 Subject: [PATCH] Dashboard : Fix box --- include/template/dashboard.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/include/template/dashboard.php b/include/template/dashboard.php index 2e9f006c3..6eb8fc5b0 100644 --- a/include/template/dashboard.php +++ b/include/template/dashboard.php @@ -341,7 +341,7 @@ $wTitle=new IText('p_title'); $wDesc=new ITextArea('p_desc'); $wDesc->heigh=5; $wDesc->width=40; -echo HtmlInput::title_box(_("Note"),"add_todo_list","hide",'',"",'y'); +echo HtmlInput::title_box(_("Note"),"add_todo_list","hide",'',"n"); echo _("Date")." ".$wDate->input().'
'; echo _("Titre")." ".$wTitle->input().'
'; echo _("Description")."
".$wDesc->input().'
'; @@ -359,11 +359,4 @@ function display_detail(div) { // $(div).style.top=calcy('150')+'px'; //Effect.Grow(div,{}); } -try { -var array=Array('customer_now_div','customer_late_div','supplier_now_div','supplier_late_div','action_now_div','action_late_div'); -var i=0; -for (i=0;i < array.length;i++) { - new Draggable(array[i],{}); - } -} catch (e) { alert(e.getMessage);}