Files
Froxlor/templates/Sparkle/admin/settings/integritycheck_row.tpl
2014-02-11 19:17:25 +01:00

12 lines
193 B
Smarty

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