mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-28 05:54:42 +02:00
add red line for Customer status != Active
This commit is contained in:
parent
41161ebc7c
commit
8284b360a0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{foreach $d as $ds}
|
{foreach $d as $ds}
|
||||||
<tr>
|
<tr {if $ds['status'] != 'Active'}class="danger"{/if}>
|
||||||
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
|
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
|
||||||
style="cursor:pointer;">{$ds['username']}</td>
|
style="cursor:pointer;">{$ds['username']}</td>
|
||||||
<td>{$ds['account_type']}</td>
|
<td>{$ds['account_type']}</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue