Merge pull request #33 from Yasder5/guillaume

Guillaume
This commit is contained in:
Yass 2026-02-26 20:28:21 +01:00 committed by GitHub
commit fd3e97b6d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 667 additions and 92 deletions

View file

@ -33,14 +33,14 @@
</a>
</p>
<p class="small text-muted mb-0">
<i class="bi bi-geo-alt"></i> Colmar
<i class="bi bi-geo-alt">Colmar</i>
</p>
</div>
</div>
<div class="d-flex justify-content-between align-items-center mt-3">
<small class="text-muted">
<i class="bi bi-clock"></i> <time>{$objProject->getCreation_date()}</time>
<i class="bi bi-clock"><time>{$objProject->getCreation_date()}</time></i>
</small>
{if $objProject->getStatus() != "refusé"}
<a href="index.php?ctrl=project&action=display&id={$objProject->getId()}"
@ -74,8 +74,10 @@
href="?ctrl=project&action=refuse&id={$objProject->getId()}"
name="toRefused">Refuser</a>
<a class="btn btn-sm btn-danger flex-fill"
href="?ctrl=project&action=delete&id={$objProject->getId()}"
name="toDelete" onclick="return confirm('Attention ! Êtes-vous sûr de vouloir supprimer ce projet ? Cette action est irréversible.');">Supprimer</a>
href="index.php?ctrl=project&action=delete&id={$objProject->getId()}"
name="toDelete"
onclick="return confirm('Attention ! Êtes-vous sûr de vouloir supprimer ce projet ? Cette action est irréversible.');">
Supprimer</a>
</div>
</div>
{elseif $objProject->getStatus() == "refusé"}