mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-28 08:40:41 +01:00
Fix #1246
This commit is contained in:
parent
54e21ee731
commit
d4d6ca5099
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user