|
@ -445,7 +445,7 @@ if (!$isConfig and $hasSupplier) { |
|
|
</svg> |
|
|
</svg> |
|
|
</a> |
|
|
</a> |
|
|
<?php endif; ?>
|
|
|
<?php endif; ?>
|
|
|
<a class="btn btn-outline-primary" href="<?php echo generateUrl($supplier, $event); ?>" title="Cet événement"> |
|
|
|
|
|
|
|
|
<a class="btn btn-outline-primary d-none d-sm-inline" href="<?php echo generateUrl($supplier, $event); ?>" title="Cet événement"> |
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16"> |
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16"> |
|
|
<path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/> |
|
|
<path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/> |
|
|
<path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/> |
|
|
<path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/> |
|
@ -591,7 +591,7 @@ if (!$isConfig and $hasSupplier) { |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
fields.forEach(function (field) {e |
|
|
|
|
|
|
|
|
fields.forEach(function (field) { |
|
|
if ( |
|
|
if ( |
|
|
(form.elements[field].value === '') |
|
|
(form.elements[field].value === '') |
|
|
&& (window.localStorage.getItem('mon_panier_bio_' + field) !== null) |
|
|
&& (window.localStorage.getItem('mon_panier_bio_' + field) !== null) |
|
|