status just added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user