Backend Service

This commit is contained in:
2019-03-11 19:48:59 +00:00
parent c1798a8ddf
commit 639d4bd908
4 changed files with 27 additions and 3 deletions
@@ -38,7 +38,7 @@ $icc++;
<td><?=$icc?></td>
<td><?=$prow->firstname?> <?=$prow->lastname?></td>
<td><?=$prow->phone?></td>
<td><button type="button" class="btn btn-info btn-sm">Chart</button></td>
<td><a href="/patient/chart"><button type="button" class="btn btn-info btn-sm">Chart</button></a></td>
<td><span class="badge badge-success-inverse">Active</span></td>
<td> <a class="mr-3" href="javascript:void(0);"><i class="fe fe-edit"></i></a><a href="javascript:void(0);"><i class="fe fe-trash-2"></i></a></td>
</tr>