Adds link to account on Xnet account validation (Closes #1609).
authorStéphane Jacob <sj@m4x.org>
Fri, 6 Apr 2012 16:03:05 +0000 (18:03 +0200)
committerStéphane Jacob <sj@m4x.org>
Fri, 6 Apr 2012 16:03:05 +0000 (18:03 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
ChangeLog
templates/include/form.valid.account.tpl
templates/include/form.valid.bulk_accounts.tpl

index 12158fa..4d4e410 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@ Bug/Wish:
         - #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:
index ec95e7f..5698cd6 100644 (file)
@@ -34,7 +34,7 @@
 </tr>
 <tr class="pair">
   <td class="titre">Adresse email&nbsp;:</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: *}
index 2feb883..12239fd 100644 (file)
@@ -29,7 +29,7 @@
   <td>
   |
   {foreach from=$valid->users item=user}
-  &nbsp;{$user.email}&nbsp;|
+  &nbsp;<a href="http://polytechnique.net/{$valid->dim}/member/{$user.hruid}">{$user.email}</a>&nbsp;|
   {/foreach}
   </td>
 </tr>