* improves ergonomy of the event propsition form
authorx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 15 Oct 2006 11:50:50 +0000 (11:50 +0000)
committerx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 15 Oct 2006 11:50:50 +0000 (11:50 +0000)
* fixes 2 typos on the event proposition confirmation message

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@982 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/evenements.tpl
templates/include/form.evenement.tpl

index 3d04662..3eab79f 100644 (file)
@@ -36,11 +36,11 @@ Voici ton annonce :
 <p>
 Ce message est à destination
 {if $promo_min || $promo_max}
-des promotions {if $promo_min}X{$promo_min}{/if} {if $promo_max}jusqu'à X{$promo_max}{else}et plus{/if}
+des promotions {if $promo_min}X{$promo_min}{/if} {if $promo_max}jusqu'à X{$promo_max}{else} et plus{/if}
 {else}
 de toutes les promotions
 {/if}
-et sera affiché sur la page d'accueil jusqu'au {$peremption|date_format}
+et sera affiché sur la page d'accueil jusqu'au {$peremption|date_format}.
 </p>
 
 {if $valid_mesg}
index 0caa784..8d76079 100644 (file)
 
   <table class="bicol">
     <tr class="pair">
-      <td class="titre">Promo min*</td>
+      <td colspan="2">
+        Tu peux limiter la visibilité de ton annonce aux camarades de certaines promotions :
+      </td>
+    </tr>
+    <tr class="impair">
+      <td class="titre">Promotion la plus ancienne</td>
       <td>
         <input type="text" name="promo_min" size="4" maxlength="4" value="{$promo_min}" /> incluse
-        &nbsp;<em>(0 signifie pas de minimum)</em>
+        &nbsp;<em>(ex : 1980, 0 signifie pas de minimum)</em>
       </td>
     </tr>
-    <tr class="pair">
-      <td class="titre">Promo max*</td>
+    <tr class="impair">
+      <td class="titre">Promotion la plus jeune</td>
       <td>
         <input type="text" name="promo_max" size="4" maxlength="4" value="{$promo_max}" /> incluse
-        &nbsp;<em>(0 signifie pas de maximum)</em>
+        &nbsp;<em>(ex : 2000, signifie pas de maximum)</em>
       </td>
     </tr>
     <tr class="pair">
-      <td colspan="2" class="smaller">
-        * sert à limiter l'affichage de l'annonce aux camarades appartenant à certaines promos seulement.
+      <td colspan="2">
+        Choisis la date d'expiration de ton annonce :
       </td>
     </tr>
     <tr>
-      <td>
-        <strong>Dernier jour d'affichage</strong>
+      <td class="titre">
+        Dernier jour d'affichage
       </td>
       <td>
         <select name="peremption">