task #0000830: GESTION : sous-écran lettrage
This commit is contained in:
parent
1c8d726c84
commit
fff3179347
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ class HtmlInput
|
|||
|
||||
static function show_reconcile($p_div, $let)
|
||||
{
|
||||
$r = '<A style="color:red;" href="javascript:void(0)" onclick="show_reconcile(\'' . $p_div . '\',\'' . $let . '\')">' . $let . '</A>';
|
||||
$r = '<A style="color:red;text-decoration:underline" href="javascript:void(0)" onclick="show_reconcile(\'' . $p_div . '\',\'' . $let . '\')">' . $let . '</A>';
|
||||
return $r;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue