Provider page added
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<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>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,20 +1,4 @@
|
||||
|
||||
<!-- end app-header -->
|
||||
<!-- begin app-container -->
|
||||
<div class="app-container">
|
||||
<!-- begin app-nabar -->
|
||||
<aside class="app-navbar">
|
||||
<? include "application/views/template/menu/sidemain.php"; ?>
|
||||
</aside>
|
||||
<!-- end app-navbar -->
|
||||
<!-- begin app-main -->
|
||||
<div class="app-main" id="main">
|
||||
<!-- begin container-fluid -->
|
||||
<div class="container-fluid">
|
||||
|
||||
<? include "application/views/template/topstrip.php"; ?>
|
||||
<? include "application/views/template/topstrip2.php"; ?>
|
||||
|
||||
<!-- begin row -->
|
||||
|
||||
|
||||
@@ -113,16 +97,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xxl-6 m-b-30">
|
||||
<? include 'components/patient_listing.php'; ?>
|
||||
<?php include 'components/patient_listing.php'; ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- end row -->
|
||||
<!-- event Modal -->
|
||||
<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">
|
||||
@@ -158,11 +136,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end container-fluid -->
|
||||
</div>
|
||||
<!-- end app-main -->
|
||||
</div>
|
||||
<!-- end app-container -->
|
||||
<!-- begin footer -->
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user