status just added

This commit is contained in:
CHIEFSOFT\ameye
2024-11-19 06:46:07 -05:00
parent 8e8a289a9c
commit 43c222e77c
4 changed files with 17 additions and 6 deletions
+2 -2
View File
@@ -178,10 +178,10 @@
<td><?=$item["firstname"]?></td>
<td><?=$item["lastname"]?></td>
<td>
Initial Task
<?=MEMBER_STATUS[ $item["status"] ][1]?>
</td>
<td>
<label class="badge badge-success-inverse mb-0"><?=$item["status"]?></label>
<label class="badge badge-success-inverse mb-0"><?=MEMBER_STATUS[ $item["status"] ][0]?></label>
</td>
</tr>
<?php