fer
This commit is contained in:
parent
bc41eea248
commit
54722981bb
|
|
@ -252,7 +252,7 @@
|
|||
foreach($comms as $c):
|
||||
$status = ($societeuser[$c[2]] == "1"); ?>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold"><?= $c[0] ?></span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold rounded-pill"><?= $c[0] ?></span></td>
|
||||
<td class="text-muted fw-bold"><?= $c[1] ?></td>
|
||||
<td class="text-center border-start">
|
||||
<span class="badge rounded-pill px-3 py-2 <?= $status ? 'bg-success-ghost text-success' : 'bg-danger-ghost text-danger' ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user