1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 08:40:41 +01:00
This commit is contained in:
Pek5892 2023-03-17 14:58:09 +01:00
parent 54e21ee731
commit d4d6ca5099

View File

@ -178,7 +178,7 @@ function renderChecklistHtml($check, $level = 0)
$result = ' $result = '
<tr> <tr>
<td class="text-center" style="width:30px;"> <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>
<td style="padding-left:'.$width.'px;"> <td style="padding-left:'.$width.'px;">
<span class="text"><b>'.$check->content.'</b>'.(!empty($check->value)?': '.$check->value:'').'</span> <span class="text"><b>'.$check->content.'</b>'.(!empty($check->value)?': '.$check->value:'').'</span>