status just added
This commit is contained in:
@@ -73,10 +73,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>
|
||||
<td style="text-align: right;">
|
||||
<button id="action_button" onclick="return viewNewRef('<?=$item["uid"]?>')" type="submit" class="btn btn-primary">View</button>
|
||||
|
||||
Reference in New Issue
Block a user