From b6b8c88041bd20c082528d4527f5faec20f4e8fb Mon Sep 17 00:00:00 2001 From: Dany wm Date: Thu, 15 Feb 2024 20:59:41 +0100 Subject: [PATCH] cosmetic --- include/template/follow_up-display.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/template/follow_up-display.php b/include/template/follow_up-display.php index f54f66509..f90818fad 100644 --- a/include/template/follow_up-display.php +++ b/include/template/follow_up-display.php @@ -420,6 +420,7 @@ function small(p_id_textarea){ for( $c=1;$c 0) { $rmComment=sprintf("return confirm_box(null,'"._('Voulez-vous effacer ce commentaire'). @@ -427,8 +428,8 @@ function small(p_id_textarea){ dossier::id(), $acomment[$c]['agc_id']); $js=Icon_Action::trash("accom".$acomment[$c]['agc_id'], $rmComment); - $comment= h($m_desc.' '.$acomment[$c]['agc_id'].'('.$acomment[$c]['tech_user']." ". - $acomment[$c]['str_agc_date'].')').$js. + $comment=span( h($m_desc.' '.$acomment[$c]['agc_id'].'('.$acomment[$c]['tech_user']." ". + $acomment[$c]['str_agc_date'].')'),$comment_style).$js. '
'. " ".$acomment[$c]['agc_comment_raw'].'
' ; @@ -436,8 +437,8 @@ function small(p_id_textarea){ } else { - $comment=h($m_desc.' '.$acomment[$c]['agc_id'].'('.$acomment[$c]['tech_user']." ". - $acomment[$c]['str_agc_date'].')'). + $comment=span(h($m_desc.' '.$acomment[$c]['agc_id'].'('.$acomment[$c]['tech_user']." ". + $acomment[$c]['str_agc_date'].')'),$comment_style). '
'. " ".$acomment[$c]['agc_comment_raw'].'
' ;