noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 86/107: Cosmetic : Icon_Trash in Todo_List


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 86/107: Cosmetic : Icon_Trash in Todo_List
Date: Mon, 26 Aug 2019 10:32:06 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3e201471c7f5eb0acf0901e2b422aecedee1ad29
Author: Dany De Bontridder <address@hidden>
Date:   Sun Aug 11 21:21:53 2019 +0200

    Cosmetic : Icon_Trash in Todo_List
---
 include/class/todo_list.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/todo_list.class.php 
b/include/class/todo_list.class.php
index a1b7ba4..e759a3a 100644
--- a/include/class/todo_list.class.php
+++ b/include/class/todo_list.class.php
@@ -344,7 +344,7 @@ class Todo_List
         { 
             // this is a note shared by someone else
             $r.=  '<td>'.
-                
HtmlInput::button('del','X','onClick="todo_list_remove_share('.$this->tl_id.',\''.$this->use_login.'\','.Dossier::id().')"','smallbutton').
+                
Icon_Action::trash(uniqid(),sprintf("todo_list_remove_share('%s','%s','%s')",$this->tl_id,$this->use_login,Dossier::id())).
          '</td>';
         }
         



reply via email to

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