Fixes unsubscription from group
[platal.git] / templates / xnetevents / edit.tpl
index 4cd8e9e..ff9d8dd 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -35,7 +35,7 @@ function deadlineChange(box)
 {/literal}
 </script>
 
-<h1>{$asso.nom}&nbsp;: {$evt.intitule|default:"Nouvel événement"}</h1>
+<h1>{$asso->nom}&nbsp;: {$evt.intitule|default:"Nouvel événement"}</h1>
 
 <p class="descr">
   Un événement peut être une réunion, un séminaire, une conférence, un voyage promo&hellip;
@@ -57,7 +57,7 @@ function deadlineChange(box)
 
 {if $evt.eid}
 <p class='erreur'>
-  <strong>Attention :</strong> si tu souhaites modifier la structure d'un événement alors
+  <strong>Attention&nbsp;:</strong> si tu souhaites modifier la structure d'un événement alors
   que des personnes y sont déjà inscrites, contacte préalablement
   <a href='mailto:contact@polytechnique.org'>l'équipe de Polytechnique.org</a>.
 </p>
@@ -244,7 +244,7 @@ Ton inscription à [METS LE NOM DE L'ÉVÉNEMENT ICI] a bien été enregistrée
     </tr>
     <tr>
       <td class="titre">Tarif&nbsp;:<br /><small>(par participant)</small></td>
-      <td><input type="text" name="montant{$i}" value="{if $moment.montant}{$moment.montant|replace:".":","}{else}0,00{/if}" size="7" maxlength="7" /> &#8364; <small>(0 si gratuit)</small></td>
+      <td><input type="text" name="montant{$i}" value="{if $moment.montant}{$moment.montant|replace:".":","}{else}0,00{/if}" size="7" maxlength="7" />  <small>(0 si gratuit)</small></td>
     </tr>
   {/foreach}
   </table>