Release version 5.2.1
This commit is contained in:
parent
4ed6740f44
commit
48c5f1ca96
5 changed files with 11 additions and 108 deletions
|
|
@ -246,7 +246,7 @@ class HtmlInput
|
|||
*/
|
||||
static function detail_op($p_jr_id,$p_mesg)
|
||||
{
|
||||
return sprintf('<A class="detail" HREF="javascript:modifyOperation(%d,%d)">%s</A>',
|
||||
return sprintf('<A class="detail" style="text-decoration:underline" HREF="javascript:modifyOperation(%d,%d)">%s</A>',
|
||||
$p_jr_id,dossier::id(),$p_mesg);
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue