Complaints modul only for admin : GWM
This commit is contained in:
parent
cbac7653a8
commit
218bdb35f2
@ -2272,8 +2272,10 @@
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<!-- ReportList menu ends here -->
|
<!-- ReportList menu ends here -->
|
||||||
|
|
||||||
|
<?php if (empty($DepAccesslist)) { ?>
|
||||||
<!-- Complaint starts -->
|
<?php if ($DEPCode == ADMIN) { ?>
|
||||||
|
<?php if ($DEPCode != SECURITY) { ?>
|
||||||
|
<!-- Complaint starts -->
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
<a href="">
|
<a href="">
|
||||||
<i class="fa fa-thumb-tack"></i>
|
<i class="fa fa-thumb-tack"></i>
|
||||||
@ -2296,6 +2298,9 @@
|
|||||||
</ul><!-- @295 closed -->
|
</ul><!-- @295 closed -->
|
||||||
</li><!-- 287 closed -->
|
</li><!-- 287 closed -->
|
||||||
<!-- Complanit ends -->
|
<!-- Complanit ends -->
|
||||||
|
<?php }}} ?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Attendance menu start here -->
|
<!-- Attendance menu start here -->
|
||||||
<?php if (empty($DepAccesslist)) { ?>
|
<?php if (empty($DepAccesslist)) { ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user