This commit is contained in:
Pek5892 2023-03-17 14:58:09 +01:00
parent 54e21ee731
commit d4d6ca5099
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ function renderChecklistHtml($check, $level = 0)
$result = '
<tr>
<td class="text-center" style="width:30px;">
'.(!empty($check->checked_at)?'<img src="'.ROOTDIR.'/templates/interventi/custom/check.png" style="width:10px;">':'').'
'.(!empty($check->checked_at)?'<img src="'.ROOTDIR.'/templates/interventi/check.png" style="width:10px;">':'').'
</td>
<td style="padding-left:'.$width.'px;">
<span class="text"><b>'.$check->content.'</b>'.(!empty($check->value)?': '.$check->value:'').'</span>