noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 18/323: cosmetic , add a button close for war


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/323: cosmetic , add a button close for warning
Date: Wed, 14 Mar 2018 17:38:10 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit cd922757fcf7353c3ffd73e0344f0290a3ec427b
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 6 21:46:09 2018 +0100

    cosmetic , add a button close for warning
---
 include/ajax/ajax_todo_list.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/ajax/ajax_todo_list.php b/include/ajax/ajax_todo_list.php
index 10789b2..4736e0e 100644
--- a/include/ajax/ajax_todo_list.php
+++ b/include/ajax/ajax_todo_list.php
@@ -188,7 +188,8 @@ if ($ac=='shared_note')
     {
         header('Content-type: text/xml; charset=UTF-8');
         $dom=new DOMDocument('1.0', 'UTF-8');
-        $tl_id=$dom->createElement('content', _("Cette note n'est pas à 
vous"));
+        $tl_id=$dom->createElement('content', _("Cette note n'est pas à vous").
+                 HtmlInput::anchor_close('shared_'.$id));
         $dom->appendChild($tl_id);
         echo $dom->saveXML();
         return;



reply via email to

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