mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +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>
|
||||
<tbody>
|
||||
{foreach $d as $ds}
|
||||
<tr>
|
||||
<tr {if $ds['status'] != 'Active'}class="danger"{/if}>
|
||||
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
|
||||
style="cursor:pointer;">{$ds['username']}</td>
|
||||
<td>{$ds['account_type']}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue