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'].'
' ;