Signed-off-by: Stéphane Jacob <sj@m4x.org>
- #1578: Fixes deletion of people inscriptions -GLN
- #1348: Keeps the amount paid when updating participation -GLN
+ * XnetGrp:
+ - #1609: Adds link to account on Xnet account validation -JAC
+
From 1.1.4 branch:
* XnetEvent:
</tr>
<tr class="pair">
<td class="titre">Adresse email :</td>
- <td>{$valid->email}</td>
+ <td><a href="http://polytechnique.net/{$valid->dim}/member/{$valid->hruid}">{$valid->email}</a></td>
</tr>
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
<td>
|
{foreach from=$valid->users item=user}
- {$user.email} |
+ <a href="http://polytechnique.net/{$valid->dim}/member/{$user.hruid}">{$user.email}</a> |
{/foreach}
</td>
</tr>