Department,Config Screen and Company Master screen added:
This commit is contained in:
parent
3a91a90962
commit
588e28e51f
@ -206,12 +206,30 @@ $(function() {
|
||||
if($role == ROLE_ADMIN)
|
||||
{
|
||||
?>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>companyview" >
|
||||
<i class="fa fa-user-circle"></i>
|
||||
<span class="nav-label">Company Master</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>employeeListing" >
|
||||
<i class="fa fa-user-circle"></i>
|
||||
<span class="nav-label">Employee Details</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>configlisting" >
|
||||
<i class="fa fa-user-circle"></i>
|
||||
<span class="nav-label">Config Master</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>departmentListing" >
|
||||
<i class="fa fa-user-circle"></i>
|
||||
<span class="nav-label">Department Master</span>
|
||||
</a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user