bye bye fiche.php !
[platal.git] / templates / xnet / groupe / evenements.tpl
index 013a6f8..de67a5d 100644 (file)
@@ -74,7 +74,7 @@ Ev
     <tr {popup caption=$e.intitule text=$e.descriptif}>
       <td class="titre">annonceur :</td>
       <td>
-        <a href='https://polytechnique.org/fiche.php?user={$e.alias}' class='popup2'>{$e.prenom} {$e.nom} ({$e.promo})</a>
+        <a href='https://polytechnique.org/profile/{$e.alias}' class='popup2'>{$e.prenom} {$e.nom} ({$e.promo})</a>
       </td>
     </tr>
     {if $admin || $e.show_participants}
@@ -143,7 +143,7 @@ Ev
         <td colspan="2" {if $montant > $e.paid}class="erreur"{/if}>
           Tu dois payer {$montant|replace:'.':','}&nbsp;&euro;{if $e.paid > 0}, et tu as déjà payé {$e.paid|replace:'.':','}&nbsp;&euro;{/if}.
           {if $e.paiement_id && $montant > $e.paid}
-            [<a href="https://www.polytechnique.org/paiement/?ref={$e.paiement_id}&amp;montant={math equation="x - y" x=$montant y=$e.paid}">Payer en ligne</a>]
+            [<a href="https://www.polytechnique.org/payment/{$e.paiement_id}?montant={math equation="x - y" x=$montant y=$e.paid}">Payer en ligne</a>]
           {/if}
         </td>
       </tr>