Fixed band table for those not being admins

This commit is contained in:
Andreas
2024-01-08 12:31:02 +01:00
parent 656b4fda9d
commit 78cb67adb9

View File

@@ -86,7 +86,7 @@ $wwff = 0;
<td style="text-align: center; vertical-align: middle;" ><?php echo $band->data;?></td>
<td style="text-align: center; vertical-align: middle;" ><?php echo $band->cw;?></td>
<?php if($this->session->userdata('user_type') == '99') { ?>
<td style="text-align: center; vertical-align: middle;" >
<td style="text-align: center; vertical-align: middle;" >
<a href="javascript:editBandDialog('<?php echo $band->bandid ?>');" class="btn btn-outline-primary btn-sm" title="Edit"><i class="fas fa-edit"></i></a>
</td>
<td style="text-align: center; vertical-align: middle;" >
@@ -116,8 +116,10 @@ $wwff = 0;
<th></th>
<th></th>
<th></th>
<?php if($this->session->userdata('user_type') == '99') { ?>
<th></th>
<th></th>
<th></th>
<?php } ?>
</tfoot>
<table>
</div>