Fixes a few typos.
[platal.git] / templates / newsletter / submit.tpl
index 5d3dbb9..94e5889 100644 (file)
@@ -25,7 +25,7 @@
 {if $submited}
 
 <p>
-ton article a bien été pris en compte.
+Ton article a bien été pris en compte.
 </p>
 
 <p>
@@ -46,12 +46,11 @@ Il te faut te limiter à 8 lignes de 68 caractères.
 {/if}
 
 <form action="nl/submit" method='post'>
-  <table class='tinybicol'>
+  <table class='bicol'>
     <tr><th>Version texte</th></tr>
     <tr id='text'>
     <td><pre>{$art->toText()}</pre></td>
     </tr>
-    {if $art->check()}
     <tr><th>Version html</th></tr>
     <tr id='html'>
       <td>
@@ -60,13 +59,14 @@ Il te faut te limiter à 8 lignes de 68 caractères.
         </div>
       </td>
     </tr>
+    {if $art->check()}
     <tr>
       <th>Soumettre</th>
     </tr>
     <tr>
       <td>
         Si tu es content de ton article, tu peux le soumettre.
-        Sinon, tu peux continuer à l'éditer en dessous
+        Sinon, tu peux continuer à l'éditer en dessous.
       </td>
     </tr>
     <tr>
@@ -74,7 +74,7 @@ Il te faut te limiter à 8 lignes de 68 caractères.
         <input type='hidden' value="{$smarty.request.title}" name='title' />
         <input type='hidden' value="{$art->body()}" name="body" />
         <input type='hidden' value="{$art->append()}" name='append' />
-        <input type='submit' name='valid' value='soumettre' />
+        <input type='submit' name='valid' value='Soumettre' />
       </td>
     </tr>
     {/if}
@@ -120,10 +120,10 @@ Tu peux <a href='nl/submit#conseils'>lire les conseils de rédaction</a> avant d
           {icon name=information title="Syntaxe wiki"} Voir les marqueurs de mise en forme autorisés
         </a>
       </td>
-    <tr>
+    </tr>
     <tr class='pair'>
       <td colspan='2' class='center'>
-        <input type='submit' name='see' value='visualiser' />
+        <input type='submit' name='see' value='Visualiser' />
       </td>
     </tr>
   </table>