fix
This commit is contained in:
@@ -14,11 +14,11 @@ $icc = 0;
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-11">
|
||||
<small class="d-block mb-1"><?= $prow->firstname ?> <?= $prow->lastname ?></small>
|
||||
<h5 class="mb-0"><a href="#"><?= $prow->reason ?></a></h5>
|
||||
<small class="d-block mb-1"><?= $prow->reason ?></small>
|
||||
<h5 class="mb-0"><a href="/patient/selectPatient/<?=$prow->patient_id?>"><?= $prow->firstname ?> <?= $prow->lastname ?></a></h5>
|
||||
<ul class="list-unstyled list-inline">
|
||||
<li class="list-inline-item">
|
||||
<small> Created by Lizzy Halfman</small>
|
||||
<small>Lizzy Halfman</small>
|
||||
</li>
|
||||
<li class="list-inline-item">|</li>
|
||||
<li class="list-inline-item">
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
<tr>
|
||||
<td><?= $icc ?></td>
|
||||
<td><?= $prow->firstname ?> <?= $prow->lastname ?></td>
|
||||
<td><a href="/patient/selectPatient/<?=$prow->patient_id ?>"><?= $prow->firstname ?> <?= $prow->lastname ?></a></td>
|
||||
<td><?= $prow->phone ?></td>
|
||||
<td><a href="/patient/chart/<?= $prow->patient_id ?>"><button type="button" class="btn btn-info btn-sm">Chart</button></a></td>
|
||||
<td><span class="badge badge-success-inverse">Active</span></td>
|
||||
|
||||
Reference in New Issue
Block a user