red is off
This commit is contained in:
parent
609cf4b69d
commit
aab2282e78
@ -41,7 +41,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{foreach $d as $ds}
|
{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><a href="{$_url}customers/viewu/{$ds['username']}">{$ds['username']}</a></td>
|
||||||
<td>{$ds['namebp']}</td>
|
<td>{$ds['namebp']}</td>
|
||||||
<td>{$ds['type']}</td>
|
<td>{$ds['type']}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user