|
|
@ -427,7 +427,7 @@ $linkUrl = !$hasSupplier ? generateUrl() : (!$hasEvent ? generateUrl($supplier) |
|
|
|
<?php if (!$hasSupplier) : ?>
|
|
|
|
<section class="container-fluid pt-3"> |
|
|
|
<div class="alert alert-danger alert-dismissible mb-3" role="alert"> |
|
|
|
Pas de fournisseur ! |
|
|
|
⚠ Pas de fournisseur ! |
|
|
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Fermer"></button> |
|
|
|
</div> |
|
|
|
<div class="row mb-3 g-3"> |
|
|
@ -532,7 +532,7 @@ $linkUrl = !$hasSupplier ? generateUrl() : (!$hasEvent ? generateUrl($supplier) |
|
|
|
<?php if ($supplierIsNew) : ?>
|
|
|
|
<section class="container-fluid pt-3"> |
|
|
|
<div class="alert alert-warning alert-dismissible" role="alert"> |
|
|
|
Ce fournisseur n'existe pas encore ! |
|
|
|
⚠ Ce fournisseur n'existe pas encore ! |
|
|
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Fermer"></button> |
|
|
|
</div> |
|
|
|
<div class="row g-3"> |
|
|
@ -642,7 +642,7 @@ $linkUrl = !$hasSupplier ? generateUrl() : (!$hasEvent ? generateUrl($supplier) |
|
|
|
<?php endif; ?>
|
|
|
|
<?php if (isInPast($event)) :?>
|
|
|
|
<div class="alert alert-warning alert-dismissible" role="alert"> |
|
|
|
Êtes-vous sûr·e de vouloir commander pour <strong>le <?php echo $date; ?> (<?php echo $ago; ?>)</strong> et pas plutôt pour <strong><a href="<?php echo generateUrl($supplier, $currentEvent->format(EVENT_FORMAT)); ?>">le <?php echo $currentDate; ?> (<?php echo $currentAgo; ?>)</a></strong> ?
|
|
|
|
⚠ Êtes-vous sûr·e de vouloir commander pour <strong>le <?php echo $date; ?> (<?php echo $ago; ?>)</strong> et pas plutôt pour <strong><a href="<?php echo generateUrl($supplier, $currentEvent->format(EVENT_FORMAT)); ?>">le <?php echo $currentDate; ?> (<?php echo $currentAgo; ?>)</a></strong> ?
|
|
|
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Fermer"></button> |
|
|
|
</div> |
|
|
|
<?php endif; ?>
|
|
|
|