fix
This commit is contained in:
@@ -6,6 +6,14 @@ $menu = array(
|
||||
'Add Patient'=>['patient/addnew','Add Patient','0'],
|
||||
'Find Patient'=>['patient/findpatient','Find Patient','0']
|
||||
],
|
||||
|
||||
'encounter' =>[
|
||||
'Dashboard'=>['provider','Dashboard','1'],
|
||||
'Calendar'=>['provider/calendar','Calendar','0'],
|
||||
'Add Patient'=>['patient/addnew','Add Patient','0'],
|
||||
'Find Patient'=>['patient/findpatient','Find Patient','0']
|
||||
],
|
||||
|
||||
'another'
|
||||
);
|
||||
|
||||
@@ -18,7 +26,7 @@ $menu = array(
|
||||
<li class="active">
|
||||
<a class="has-arrow" href="javascript:void(0)" aria-expanded="false">
|
||||
<i class="nav-icon ti ti-rocket"></i>
|
||||
<span class="nav-title">Office</span>
|
||||
<span class="nav-title">Front Office</span>
|
||||
<span class="nav-label label label-danger">9</span>
|
||||
</a>
|
||||
<ul aria-expanded="false">
|
||||
@@ -66,7 +74,7 @@ $menu = array(
|
||||
</ul>
|
||||
</li -->
|
||||
|
||||
<li class="nav-static-title">Providers</li>
|
||||
<li class="nav-static-title">Encounter</li>
|
||||
<li>
|
||||
<a class="has-arrow" href="javascript:void(0)" aria-expanded="false"> <i class="nav-icon ti ti-layout-grid4-alt"></i> <span class="nav-title">Widgets</span> <span class="nav-label label label-success">New</span> </a>
|
||||
<ul aria-expanded="false">
|
||||
|
||||
Reference in New Issue
Block a user