Merge branch 'laura' of https://github.com/Yasder5/projet_php into laura
This commit is contained in:
commit
4d834823e7
123 changed files with 2589 additions and 13232 deletions
|
|
@ -75,7 +75,7 @@
|
|||
name="toRefused">Refuser</a>
|
||||
<a class="btn btn-sm btn-danger flex-fill"
|
||||
href="?ctrl=project&action=delete&id={$objProject->getId()}"
|
||||
name="toDelete">Supprimer</a>
|
||||
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é"}
|
||||
|
|
@ -84,4 +84,4 @@
|
|||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</article>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue