red is off

This commit is contained in:
Ibnu Maksum
2023-09-15 11:56:52 +07:00
parent 609cf4b69d
commit aab2282e78

View File

@ -41,7 +41,7 @@
</thead>
<tbody>
{foreach $d as $ds}
<tr>
<tr {if $ds['status']=='off'}class="danger"{/if}>
<td><a href="{$_url}customers/viewu/{$ds['username']}">{$ds['username']}</a></td>
<td>{$ds['namebp']}</td>
<td>{$ds['type']}</td>