clean up listing
This commit is contained in:
@@ -4,23 +4,23 @@
|
||||
<div class="card-heading">
|
||||
<h4 class="card-title">Messages</h4>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
<a class="btn btn-round btn-inverse-primary btn-xs" href="/patient/addnew">Add New </a>
|
||||
<a class="btn btn-round btn-inverse-primary btn-xs" href="/patient/findpatient">Find Patient </a>
|
||||
|
||||
</div>
|
||||
<!-- <div class="dropdown">-->
|
||||
<!-- <a class="btn btn-round btn-inverse-primary btn-xs" href="/patient/addnew">Add New </a>-->
|
||||
<!-- <a class="btn btn-round btn-inverse-primary btn-xs" href="/patient/findpatient">Find Patient </a>-->
|
||||
<!---->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
<div class="card-body scrollbar scroll_dark pt-0" style="max-height: 630px;">
|
||||
<div class="card-body scrollbar scroll_dark pt-0" style="max-height: 630px; background-color: whitesmoke;">
|
||||
<div class="datatable-wrapper table-responsive">
|
||||
<table id="datatable" class="table table-borderless table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:20px;">#</th>
|
||||
<th style="width:40px;">Select</th>
|
||||
<th style="width:40px;">Site</th>
|
||||
<th>Name</th>
|
||||
<th style="width:20px;">DOB</th>
|
||||
<th style="width:20px;">Gender</th>
|
||||
<th style="width:80px;">Phone</th>
|
||||
<th style="width:20px;">Date</th>
|
||||
<!-- <th style="width:20px;">Gender</th>-->
|
||||
<!-- <th style="width:80px;">Phone</th>-->
|
||||
<th style="width:50px;">Status</th>
|
||||
|
||||
</tr>
|
||||
@@ -39,8 +39,8 @@
|
||||
<td><a href="/patient/selectPatient/<?= $prow->patient_id ?>"><button type="button" class="btn btn-info btn-sm">Select</button></a></td>
|
||||
<td><a href="/patient/selectPatient/<?=$prow->patient_id ?>"><?= $prow->firstname ?> <?= $prow->lastname ?></a></td>
|
||||
<td><?=$prow->dob ?></td>
|
||||
<td><?=$prow->gender ?></td>
|
||||
<td><?= $prow->phone ?></td>
|
||||
<!-- <td>--><?php //=$prow->gender ?><!--</td>-->
|
||||
<!-- <td>--><?php //= $prow->phone ?><!--</td>-->
|
||||
<td><span class="badge badge-success-inverse">Active</span></td>
|
||||
<!-- td> <a class="mr-3" href="javascript:void(0);" onclick="selectPatient(<?= $prow->patient_id ?>)" ><i class="fe fe-edit"></i></a><a href="javascript:void(0);" onclick="calendarPatient(<?= $prow->patient_id ?>)"><i class="fe fe-calendar"></i></a></!-->
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user