noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 85/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 52f995482b77ac87c2b8df93988cb26e74477ec8
Author: Dany De Bontridder <address@hidden>
Date:   Sun Aug 11 21:18:47 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 ea3b1dc..a1b7ba4 100644
--- a/include/class/todo_list.class.php
+++ b/include/class/todo_list.class.php
@@ -337,7 +337,7 @@ class Todo_List
         {
             // This a note the user owns
             $r.=  '<td>'.
-         
HtmlInput::button('del','X','onClick="todo_list_remove('.$this->tl_id.')"','smallbutton').
+                
Icon_Action::trash(uniqid(),sprintf("todo_list_remove('%s')",$this->tl_id)).
          '</td>';
         }
         else



reply via email to

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