noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 225/323: Dashboard : Fix box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 225/323: Dashboard : Fix box
Date: Wed, 14 Mar 2018 17:38:53 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit cbdbd14b0344fcf6b17370c25cd0b5fb45ffdbcf
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 19 10:13:37 2018 +0100

    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 2e9f006..6eb8fc5 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().'<br>';
 echo _("Titre")." ".$wTitle->input().'<br>';
 echo _("Description")."<br>".$wDesc->input().'<br>';
@@ -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);}
 </script>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]