File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
<td class="text-center">
38
38
<?php if ($ row ['status ' ] < 5 ): ?>
39
39
<a class="mx-1" href="#" data-bs-target="#up" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-arrow-alt-circle-up text-success" style="font-size: 20px;"></i></a>
40
- <a class="mx-1" href="#" data-bs-target="#down" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-arrow-alt-circle-down" style="font-size: 20px;"></i></a>
40
+ <a class="mx-1 <?php if ( $ row [ ' status ' ] <= 1 ) { echo ' d-none ' ;} ?> " href="#" data-bs-target="#down" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-arrow-alt-circle-down" style="font-size: 20px;"></i></a>
41
41
<a class="mx-1" href="tracking.php?id=<?php echo $ row ['id ' ]; ?> " target="_blank"><i class="far fa-credit-card" style="font-size: 20px;"></i></a>
42
42
<a class="mx-1" href="#" role="button" data-bs-target="#confirm" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-trash-alt text-danger" style="font-size: 20px;"></i></a>
43
43
<?php else : ?>
You can’t perform that action at this time.
0 commit comments