Add reminder javascript assed

This commit is contained in:
Olusesan Ameye
2021-02-28 17:04:52 -05:00
parent f654ffd6fd
commit 2e0efa58b5
6 changed files with 91 additions and 51 deletions
@@ -16,7 +16,7 @@
<div class="row">
<div class="col-md-12">
<div class="alert border-0 alert-primary bg-gradient m-b-30 alert-dismissible fade show border-radius-none" role="alert">
RECORD: <strong><?= $firstname ?> <?= $lastname ?> </strong> some other small info like phone number
RECORD: <strong><span style="color:#FFFF14;"><?= $firstname ?> <?= $lastname ?></span> </strong> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a style=" color:white;"href="#" onclick="selectPatienFetures(<?= $patient_id ?>, 'REMINDERS');">Reminders</a>
</div>
</div>
</div>
@@ -154,9 +154,9 @@
<div class="col-lg-6 col-xxl-4 m-b-30">
<div class="card card-statistics h-100 mb-0">
<div id="action_detail">
<div class="card card-statistics h-100 mb-0">
<div id="action_detail">
</div>
</div>
@@ -253,43 +253,11 @@
<div class="card card-statistics h-30 mb-0">
<div class="card-header d-flex justify-content-between">
<div class="card-heading">
<h4 class="card-title">Attach Record</h4>
<h4 class="card-title">Section</h4>
</div>
</div>
<div class="card-body">
<form method="POST" action="/patient/">
<div class="form-row">
<div class="form-group col-md-12">
<input type="text" class="form-control" id="patientAPPID" value="" placeholder="Enter patient ID from the APP">
</div>
</div>
<div class="form-row">
<button type="submit" class="btn btn-primary">Attach Record to Patient App</button>
</div>
</form>
<ul class="activity">
<li class="activity-item success">
<div class="activity-info">
<h5 class="mb-0"> Complete milestone 3 and update. </h5>
<span>
Mon, 14 Jun
</span>
</div>
</li>
</ul>
</div>
</div>
<hr>