Skip to content

Commit

Permalink
affichage des commentaires pour les participations à un projet
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.iariss.fr/erp@141 55463ab2-4f42-40d6-a48e-481de4af6215
  • Loading branch information
m.mure authored and MichaelMure committed Jun 4, 2011
1 parent fe9368e commit ad3a4d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/frontend/modules/projet/templates/showSuccess.php
Expand Up @@ -50,6 +50,7 @@
<th>Membre</th>
<th>Rôle</th>
<th>JEH</th>
<th>Commentaire</th>
</tr>
</thead>
<tbody>
Expand All @@ -58,6 +59,7 @@
<td><?php echo $participation->getMembre() ?></td>
<td><?php echo link_to($participation->getRole(), '@projetparticipant?action=edit&id='.$participation->getId()) ?></td>
<td><?php echo $participation->getJEH() ?></td>
<td><?php echo $participation->getCommentaire() ?></td>
</tr>
<?php endforeach; ?>
</tbody>
Expand Down

0 comments on commit ad3a4d8

Please sign in to comment.