File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -550,11 +550,7 @@ class="btn btn-<?php if($archived == 1){ echo "primary"; } else { echo "default"
550
550
</div>
551
551
</td>
552
552
<td>
553
- <a class="text-dark" href="#"
554
- data-toggle="ajax-modal"
555
- data-modal-size="lg"
556
- data-ajax-url="ajax/ajax_asset_details.php?<?php echo $ client_url ; ?> "
557
- data-ajax-id="<?php echo $ asset_id ; ?> ">
553
+ <a class="text-dark" href="asset_details.php?client_id=<?php echo $ client_id ; ?> &asset_id=<?php echo $ asset_id ; ?> ">
558
554
<div class="media">
559
555
<i class="fa fa-fw fa-2x fa-<?php echo $ device_icon ; ?> mr-3 mt-1"></i>
560
556
<div class="media-body">
Original file line number Diff line number Diff line change @@ -445,11 +445,7 @@ class="btn btn-<?php if($archived == 1){ echo "primary"; } else { echo "default"
445
445
</div>
446
446
</td>
447
447
<td>
448
- <a class="text-dark" href="#"
449
- data-toggle="ajax-modal"
450
- data-modal-size="lg"
451
- data-ajax-url="ajax/ajax_contact_details.php?<?php echo $ client_url ; ?> "
452
- data-ajax-id="<?php echo $ contact_id ; ?> ">
448
+ <a class="text-dark" href="contact_details.php?client_id=<?php echo $ client_id ; ?> &contact_id=<?php echo $ contact_id ; ?> ">
453
449
<div class="media">
454
450
<?php if ($ contact_photo ) { ?>
455
451
<span class="fa-stack fa-2x mr-3 text-center">
You can’t perform that action at this time.
0 commit comments