Happy New Year!!!
[platal.git] / templates / admin / promo.tpl
index de3cbff..7a178dc 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*                                                                        *}
 {**************************************************************************}
 
-<h1>Mise à jour de l'annuaire</h1>
+<h1>Mise à jour de l'annuaire</h1>
 
 <form action="{$platal->pl_self()}" method="post">
 <table class="tinybicol">
   <tr>
     <td class="center">
-      <strong>Promotion :</strong>
+      <strong>Promotion&nbsp;:</strong>
       <input type="text" size="4" name="promo" value="{$promo}" /><br />
       <input type="submit" name="valid_promo" value="Ajouter des membres" />
-      <input type="submit" name="valid_promo" value="Mettre à jour les matricules AX" />
+      <input type="submit" name="valid_promo" value="Mettre à jour les matricules AX" />
     <td>
   </tr>
 </table>
 </form>
 
 {if $promo}
-{include file="include/csv-importer.tpl"}
+{include core=csv-importer.tpl}
 {/if}
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}