Files
Froxlor/templates/Sparkle/admin/settings/integritycheck_row.tpl
Michael Kaufmann (d00p) 8d26f583e9 fix wrong tpl-variable-name
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2015-07-30 11:35:24 +02:00

12 lines
197 B
Smarty

<tr>
<td>{$displayid}</td>
<td>{$checkdesc}</td>
<td>
<if $result == '1'>
<span class="green">OK</span>
<else>
<span class="red">FAIL</span>
</if>
</td>
</tr>