Bug lettering different

This commit is contained in:
Dany De Bontridder 2013-10-24 10:40:02 +00:00
parent c2eda83755
commit 03d293e28b
2 changed files with 3 additions and 3 deletions

View file

@ -745,9 +745,9 @@ class HtmlInput
return $r;
}
static function show_reconcile($p_div, $let)
static function show_reconcile($p_div, $let,$span="")
{
$r = '<A style="color:red;text-decoration:underline" 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.$span . '</A>';
return $r;
}
/**