hide export stat on client list when user is not admin

This commit is contained in:
Tiavina 2025-01-01 20:46:06 +03:00
parent 06c74a049b
commit f7078cf4a3

View File

@ -13,9 +13,12 @@
</button> </button>
</div> </div>
</div> </div>
<div class="d-flex jsutify-content-end"> <?php if(isset($_['groups']) && in_array('admin', $_['groups'])) : ?>
<button class="btn btn-secondary" id="exportClientStat">Export client stat</button> <div class="d-flex jsutify-content-end">
</div> <button class="btn btn-secondary" id="exportClientStat">Export client stat</button>
</div>
<?php else: ?>
<?php endif; ?>
<table id="client" class="display tabledt" style="font-size:11px;"> <table id="client" class="display tabledt" style="font-size:11px;">
<thead> <thead>
<tr> <tr>