Commit 47184f6a by Tobin

Merge branch 'master' of https://gitlab.techware.co.in/timeout/timeOut into tobin

parents 446f949c 41671532
......@@ -131,26 +131,11 @@
</ul>
</li>
<?php } if(array_key_exists('Checker',$menus)){ ?>
<li class="treeview">
<a href="#">
<img src="<?= base_url("assets/images/m2.png") ?>">
<li>
<a href="<?= base_url('Checker/viewCheckers') ?>">
<img src="<?=base_url("assets/images/m2.png") ?>">
<span>Checker Management</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li>
<a href="<?= base_url('Checker/viewCheckers') ?>">
<i class="fa fa-circle-o text-aqua"></i>
View Checker
</a>
</li>
<li>
<a href="<?= base_url('Checker/checkinReport') ?>">
<i class="fa fa-circle-o text-aqua"></i>
Checkin Report
</a>
</li>
</ul>
</li>
<?php } if(array_key_exists('Customer',$menus)){ ?>
<li class="treeview">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment