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 3737 <td class="text-center">
3838 <?php if ($ row ['status ' ] < 5 ): ?>
3939 <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>
4141 <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>
4242 <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>
4343 <?php else : ?>
You can’t perform that action at this time.
0 commit comments