clean up listing

This commit is contained in:
CHIEFSOFT\ameye
2024-10-26 22:24:08 -04:00
parent d01237f466
commit 4cdbc1e0b5
2 changed files with 46 additions and 46 deletions
@@ -4,23 +4,23 @@
<div class="card-heading"> <div class="card-heading">
<h4 class="card-title">Messages</h4> <h4 class="card-title">Messages</h4>
</div> </div>
<div class="dropdown"> <!-- <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/addnew">Add New </a>-->
<a class="btn btn-round btn-inverse-primary btn-xs" href="/patient/findpatient">Find Patient </a> <!-- <a class="btn btn-round btn-inverse-primary btn-xs" href="/patient/findpatient">Find Patient </a>-->
<!---->
</div> <!-- </div>-->
</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"> <div class="datatable-wrapper table-responsive">
<table id="datatable" class="table table-borderless table-striped"> <table id="datatable" class="table table-borderless table-striped">
<thead> <thead>
<tr> <tr>
<th style="width:20px;">#</th> <th style="width:20px;">#</th>
<th style="width:40px;">Select</th> <th style="width:40px;">Site</th>
<th>Name</th> <th>Name</th>
<th style="width:20px;">DOB</th> <th style="width:20px;">Date</th>
<th style="width:20px;">Gender</th> <!-- <th style="width:20px;">Gender</th>-->
<th style="width:80px;">Phone</th> <!-- <th style="width:80px;">Phone</th>-->
<th style="width:50px;">Status</th> <th style="width:50px;">Status</th>
</tr> </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 ?>"><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><a href="/patient/selectPatient/<?=$prow->patient_id ?>"><?= $prow->firstname ?> <?= $prow->lastname ?></a></td>
<td><?=$prow->dob ?></td> <td><?=$prow->dob ?></td>
<td><?=$prow->gender ?></td> <!-- <td>--><?php //=$prow->gender ?><!--</td>-->
<td><?= $prow->phone ?></td> <!-- <td>--><?php //= $prow->phone ?><!--</td>-->
<td><span class="badge badge-success-inverse">Active</span></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></!--> <!-- 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> </tr>
+34 -34
View File
@@ -55,37 +55,37 @@
</div> </div>
</div> </div>
<!-- event Modal --> <!-- event Modal -->
<div class="modal fade" id="eventModal" tabindex="-1" role="dialog" aria-labelledby="verticalCenterTitle" aria-hidden="true"> <!-- <div class="modal fade" id="eventModal" tabindex="-1" role="dialog" aria-labelledby="verticalCenterTitle" aria-hidden="true">-->
<div class="modal-dialog modal-dialog-centered" role="document"> <!-- <div class="modal-dialog modal-dialog-centered" role="document">-->
<div class="modal-content"> <!-- <div class="modal-content">-->
<div class="modal-header"> <!-- <div class="modal-header">-->
<h5 class="modal-title" id="verticalCenterTitle">Add New Event</h5> <!-- <h5 class="modal-title" id="verticalCenterTitle">Add New Event</h5>-->
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close">-->
<span aria-hidden="true">&times;</span> <!-- <span aria-hidden="true">&times;</span>-->
</button> <!-- </button>-->
</div> <!-- </div>-->
<div class="modal-body"> <!-- <div class="modal-body">-->
<form> <!-- <form>-->
<div class="form-group"> <!-- <div class="form-group">-->
<label for="modelemail">Event Name</label> <!-- <label for="modelemail">Event Name</label>-->
<input type="email" class="form-control" id="modelemail"> <!-- <input type="email" class="form-control" id="modelemail">-->
</div> <!-- </div>-->
<div class="form-group"> <!-- <div class="form-group">-->
<label>Choose Event Color</label> <!-- <label>Choose Event Color</label>-->
<select class="form-control"> <!-- <select class="form-control">-->
<option>Primary</option> <!-- <option>Primary</option>-->
<option>Warning</option> <!-- <option>Warning</option>-->
<option>Success</option> <!-- <option>Success</option>-->
<option>Danger</option> <!-- <option>Danger</option>-->
</select> <!-- </select>-->
</div> <!-- </div>-->
<!---->
</form> <!-- </form>-->
</div> <!-- </div>-->
<div class="modal-footer"> <!-- <div class="modal-footer">-->
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button> <!-- <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>-->
<button type="button" class="btn btn-success">Save changes</button> <!-- <button type="button" class="btn btn-success">Save changes</button>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
</div> <!-- </div>-->