Happy New Year!
[platal.git] / templates / xnetgrp / announce-edit.tpl
index 6337ea4..81f12e3 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -26,13 +26,14 @@ function visibilityChange(box)
 {
     var state = (box.checked ? 'none' : '');
     document.getElementById('promo_titre').style.display = state;
+    document.getElementById('promo_explanation').style.display = state;
     document.getElementById('promo_min_tr').style.display = state;
     document.getElementById('promo_max_tr').style.display = state;
     document.getElementById('promo_range_tr').style.display = state;
 }
 {/literal}
 </script>
-<h1>{$asso.nom}&nbsp;: Édition d'une annonce</h1>
+<h1>{$asso->nom}&nbsp;: Édition d'une annonce</h1>
 
 {if $art.texte}
 <div>
@@ -42,6 +43,7 @@ function visibilityChange(box)
 {/if}
 
 <form method="post" action="{$platal->ns}announce/{if $new}new{else}edit/{$art.id}{/if}" enctype="multipart/form-data">
+{xsrf_token_field}
 <div>
   <table class="bicol">
     <tr>
@@ -56,7 +58,7 @@ function visibilityChange(box)
       <td>
         <small>
           Le contenu est destiné à recevoir la description de ce qui est annoncé.
-          Il faut éviter d'y mettre des adresses mails ou web (surtout si l'annonce est publique),
+          Il faut éviter d'y mettre des adresses emails ou web (surtout si l'annonce est publique),
           qui devront être placées dans la section "contacts".
         </small>
       </td>
@@ -86,8 +88,8 @@ function visibilityChange(box)
       <td class="titre">Contacts&nbsp;:</td>
       <td>
         <small>
-          La section "contacts" sert à noter les informations telles que les adresses mails de contact, les sites web.
-          Elle n'est accessible qu'aux personnes authentifiées. Si l'annonce est attachée à une événement, un lien vers
+          La section "contacts" sert à noter les informations telles que les adresses emails de contact, les sites web.
+          Elle n'est accessible qu'aux personnes authentifiées. Si l'annonce est attachée à un événement, un lien vers
           la page d'inscription est automatiquement ajouté.
         </small>
       </td>
@@ -135,7 +137,7 @@ function visibilityChange(box)
     <tr>
       <td class="titre">Date de péremption&nbsp;:</td>
       <td>
-        {valid_date name="peremption" value=$art.peremption}
+        {valid_date name="expiration" value=$art.expiration}
       </td>
     </tr>
     {if $events}
@@ -157,12 +159,15 @@ function visibilityChange(box)
     <tr>
       <td class="titre">Visibilité&nbsp;:</td>
       <td>
-        <input type="checkbox" name="public" {if $art.public}checked="checked"{/if} onchange="visibilityChange(this)" />
-        Rendre cette annonce publique.
+        <label><input type="checkbox" name="public" {if $art.public}checked="checked"{/if} onchange="visibilityChange(this)" />
+        Rendre cette annonce publique.</label>
       </td>
     </tr>
     <tr id="promo_titre" {if $art.public}style="display: none"{/if}>
-      <th colspan="2">Promotions cibles</th>
+      <th colspan="2">Promotions d'entrée cibles</th>
+    </tr>
+    <tr id="promo_explanation" {if $art.public}style="display: none"{/if}>
+      <td colspan="2"><span class="smaller">{icon name=information} par exemple 2004 pour les X2004</span></td>
     </tr>
     {include file="include/field.promo.tpl" promo_min=$art.promo_min promo_max=$art.promo_max}
     {if $art.public}
@@ -178,14 +183,14 @@ function visibilityChange(box)
     </tr>
     <tr>
       <td colspan="2">
-        <input type="checkbox" name="xorg" {if $art.xorg}checked="checked"{/if} />
-        sur la page d'accueil de Polytechnique.org
+        <label><input type="checkbox" name="xorg" {if $art.xorg}checked="checked"{/if} />
+        sur la page d'accueil de Polytechnique.org</label>
       </td>
     </tr>
     <tr>
       <td colspan="2">
-        <input type="checkbox" name="nl" {if $art.nl}checked="checked"{/if} />
-        dans la Lettre Mensuelle de Polytechnique.org
+        <label><input type="checkbox" name="nl" {if $art.nl}checked="checked"{/if} />
+        dans la Lettre Mensuelle de Polytechnique.org</label>
       </td>
     </tr>
     <tr class="pair">