fix
This commit is contained in:
@@ -43,6 +43,28 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="inputEmail4">DOB</label>
|
||||
<input type="text" class="form-control date-picker-default" value="" name="dob">
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
<label for="inputPassword4">Gendar</label>
|
||||
|
||||
<select class="form-control" aria-label="Default select example">
|
||||
<option selected>Open this select menu</option>
|
||||
<option value="1">One</option>
|
||||
<option value="2">Two</option>
|
||||
<option value="3">Three</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="inputEmail4">Email</label>
|
||||
@@ -102,7 +124,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-xxl-4 m-b-30">
|
||||
<div class="col-xxl-3 m-b-30">
|
||||
<div class="card card-statistics h-40 mb-0">
|
||||
<div class="card-header d-flex justify-content-between">
|
||||
<div class="card-heading">
|
||||
@@ -122,11 +144,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-9">
|
||||
<div class="form-group col-md-6">
|
||||
<div id="link_result">[]</div>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
<button type="submit" id="link_submit" class="btn btn-primary" onclick="return connectLinkID()">Link Patient</button>
|
||||
<div class="form-group col-md-6">
|
||||
<button type="submit" id="link_submit" class="btn btn-primary btn-block" onclick="return connectLinkID()">Link Patient</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -136,7 +158,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-xxl-4 m-b-30">
|
||||
<div class="col-xxl-5 m-b-30">
|
||||
<? include 'application/views/provider/components/patient_listing.php'; ?>
|
||||
</div>
|
||||
|
||||
@@ -156,13 +178,13 @@
|
||||
<!-- begin footer -->
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
<!--
|
||||
|
||||
function connectLinkID() {
|
||||
var patient_link_id = document.linkform.patient_link_id.value;
|
||||
// alert(patient_link_id);
|
||||
|
||||
if (patient_link_id === '' ) {
|
||||
// alert(patient_link_id);
|
||||
|
||||
if (patient_link_id === '') {
|
||||
alert('You must enter valid linkID to continue!');
|
||||
return false;
|
||||
}
|
||||
@@ -179,6 +201,6 @@
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// -->
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user