noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 12/17: show cross to remove a tag


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/17: show cross to remove a tag
Date: Wed, 12 Aug 2015 13:23:43 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 26115be94edc4a1c236ea083c4d116d2b17e1921
Author: Dany De Bontridder <address@hidden>
Date:   Tue Aug 11 11:22:04 2015 +0200

    show cross to remove a tag
---
 include/class_follow_up.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/class_follow_up.php b/include/class_follow_up.php
index bf6bc02..4601de6 100644
--- a/include/class_follow_up.php
+++ b/include/class_follow_up.php
@@ -1559,11 +1559,11 @@ class Follow_Up
         $c=count($a_tag);
         for ($e=0; $e<$c; $e++)
         {
-            
$js_remove=sprintf("onclick=\"action_tag_remove('%s','%s','%s')\"", 
dossier::id(), $this->ag_id, $a_tag[$e]['t_id']);
             echo '<span style="border:1px solid black;margin-right:5px;">';
             echo $a_tag[$e]['t_tag'];
             if ($g_user->can_write_action($this->ag_id)==true)
             {
+                
$js_remove=sprintf("onclick=\"action_tag_remove('%s','%s','%s')\"", 
dossier::id(), $this->ag_id, $a_tag[$e]['t_id']);
                 echo HtmlInput::anchor(SMALLX, "javascript:void(0)", 
$js_remove, ' class="smallbutton" style="padding:0px;display:inline" ');
             }
             echo '</span>';



reply via email to

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