User Creation changes

This commit is contained in:
gandhimathi Bharathirajan 2017-05-15 12:28:59 +05:30
parent 1b5fcf70bf
commit ed905cafe4

View File

@ -1,3 +1,8 @@
Currently editing:
/home/kasiram9/public_html/sidd_uat/application/views/includes/header.php
Encoding: Reopen Switch to Code Editor Close Save
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -207,7 +212,7 @@
} }
?> ?>
<?php <?php
if($DEPCode == FINANCE ) if($role == ROLE_ADMIN )
{ {
?> ?>
<li class="treeview"> <li class="treeview">
@ -242,13 +247,13 @@
?> ?>
<?php <?php
if( $role == ROLE_MANAGER|| $role == ROLE_EMPLOYEE ) if( $role == ROLE_MANAGER|| $role == ROLE_EMPLOYEE || $role == ROLE_ADMIN)
{ {
?> ?>
<li class="treeview"> <li class="treeview">
<span id="menu" data-toggle="dropdown" ><i class="fa fa-thumb-tack"></i> Requisition<span class="caret"></span></span> <span id="menu" data-toggle="dropdown" ><i class="fa fa-thumb-tack"></i> Requisition<span class="caret"></span></span>
<ul class="dropdown-menu" role="menu" aria-labelledby="menu2"> <ul class="dropdown-menu" role="menu" aria-labelledby="menu2">
<?php if($role == ROLE_MANAGER || $role == ROLE_EMPLOYEE ) <?php if($role == ROLE_MANAGER || $role == ROLE_EMPLOYEE || $role == ROLE_ADMIN )
{ {
?> ?>
<li class="treeview"> <li class="treeview">
@ -382,4 +387,4 @@
</div> </div>
</nav> </nav>
</header> </header>