Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask

This commit is contained in:
johnnyq
2026-08-14 17:08:40 -04:00
parent 0fe6d51bdb
commit dc6b191eed
377 changed files with 1783 additions and 3769 deletions

View File

@@ -307,7 +307,7 @@ if (isset($_GET['asset_id'])) {
<?php if ($asset_favorite) { ?><i class="fas fa-fw text-warning fa-star" title="Favorite"></i><?php } ?>
</h4>
<?php if ($asset_photo) { ?>
<img class="img-fluid img-circle p-3" alt="asset_photo" src="<?= "../uploads/clients/$client_id/$asset_photo"; ?>">
<img class="img-fluid rounded-circle p-3" alt="asset_photo" src="<?= "../uploads/clients/$client_id/$asset_photo"; ?>">
<?php } ?>
<?php if ($asset_description) { ?>
<div class="text-secondary"><?= $asset_description; ?></div>
@@ -656,7 +656,7 @@ if (isset($_GET['asset_id'])) {
<h3 class="card-title"><i class="fa fa-fw fa-key me-2"></i>Credentials</h3>
</div>
<div class="card-body">
<div class="table-responsive-sm-sm">
<div class="table-responsive-sm">
<table class="table table-striped table-borderless table-hover">
<thead>
<tr>