mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 04:30:12 +01:00
gui: show search menu if admin can search too
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
631e8de191
commit
03900aef6e
@ -47,7 +47,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<?php if(LDAP_ADMIN_MEMBER_DN) { ?>
|
||||
<?php if(LDAP_ADMIN_MEMBER_DN || ADMIN_CAN_POWER_SEARCH) { ?>
|
||||
<li><a href="search.php" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?>><i class="icon-search"></i> <?php print $text_search; ?></a></li>
|
||||
<?php } ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user