noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 49/119: tag - cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 49/119: tag - cosmetic
Date: Mon, 26 Oct 2020 18:27:17 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 27302b98317afef1c2204027b3d8d3e74102bbd2
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Mon Oct 5 15:02:40 2020 +0200

    tag - cosmetic
---
 include/class/follow_up.class.php | 2 +-
 include/class/tag.class.php       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index 4ff340d..1637c39 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -1490,7 +1490,7 @@ class Follow_Up
         $c=count($a_tag);
         for ($e=0; $e<$c; $e++)
         {
-            echo '<span style="border-radius:3px;border:1px 
solid;padding:5px;margin:1px">';
+            echo '<span style="border-radius:3px;border:1px 
solid;padding:3px;margin:1px">';
             echo $a_tag[$e]['t_tag'];
             if ($g_user->can_write_action($this->ag_id)==true)
             {
diff --git a/include/class/tag.class.php b/include/class/tag.class.php
index d35799b..27e8b00 100644
--- a/include/class/tag.class.php
+++ b/include/class/tag.class.php
@@ -99,7 +99,7 @@ class Tag
      * In the screen search add this data to the cell
      */
     function update_search_cell($p_prefix) {
-        echo '<span id="sp_'.$p_prefix.$this->data->t_id.'" 
style="border-radius:3px;border:1px solid;padding:5px;margin:1px">';
+        echo '<span id="sp_'.$p_prefix.$this->data->t_id.'" 
style="border-radius:3px;border:1px solid;padding:3px;margin:1px">';
         echo h($this->data->t_tag);
         echo HtmlInput::hidden($p_prefix.'tag[]', $this->data->t_id);
         $js=sprintf("$('sp_".$p_prefix.$this->data->t_id."').remove();");



reply via email to

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