Update projet_display.tpl

This commit is contained in:
Bess1k 2026-02-17 23:25:43 +01:00 committed by GitHub
parent 48510edae8
commit 9f4a2c0b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,9 +35,9 @@
</div> </div>
</div> </div>
<!-- Formulaire qui envoie la demande au contrôleur (sendEmail) --> <!-- Formulaire qui envoie la demande au contrôleur (shareProject) -->
<div class="card shadow-sm p-4 mb-5"> <div class="card shadow-sm p-4 mb-5">
<form method="post" action="index.php?ctrl=project&action=sendEmail"> <form method="post" action="index.php?ctrl=project&action=shareProject">
<input type="hidden" name="project_id" <input type="hidden" name="project_id"
value="{$objProject->getId()}"> value="{$objProject->getId()}">
@ -58,11 +58,11 @@
<!-- Sidebar : informations du créateur --> <!-- Sidebar : informations du créateur -->
<div class="col-lg-4"> <div class="col-lg-4">
<div class="card text-center shadow-sm p-4"> <div class="card text-center shadow-sm p-4">
<a href="index.php?ctrl=user&action=user&id={$objProject->getUser_id()}" class="text-decoration-none text-dark">
<img src=".{$objProject->getUser_image()}" <img src="{$objProject->getUser_image()}"
class="rounded-circle mb-3 mx-auto" class="rounded-circle mb-3 mx-auto"
style="width:100px;height:100px;object-fit:cover;"> style="width:100px;height:100px;object-fit:cover;">
</a>
<h5>{$objProject->getCreatorName()}</h5> <h5>{$objProject->getCreatorName()}</h5>
<p class="text-muted small"> <p class="text-muted small">