Update projet_display.tpl
This commit is contained in:
parent
48510edae8
commit
9f4a2c0b7e
1 changed files with 8 additions and 8 deletions
|
|
@ -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">
|
||||||
|
|
@ -76,4 +76,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue