Fix AX ID updating in admin/add_accounts page
[platal.git] / templates / admin / add_accounts.tpl
index 74524ac..d72ec79 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -79,7 +79,7 @@
   <tr>
     <td>Nom</td>
     <td>Prénom</td>
-    <td>Date de naissance</td>
+    <td>Date de naissance (JJ/MM/AAAA)</td>
     <td>Sexe (F/M)</td>
     <td>Matricule École</td>
     <td>Matricule AX</td>
 <br />
 <table class="bicol">
   <tr>
-    <td>Nom</td>
-    <td>Prénom</td>
+    <td>Nom Prénom ou Identifiant (hrid)</td>
     <td>Matricule AX</td>
   </tr>
   <tr>
-    <td colspan="4"><textarea name="people" rows="20" cols="80"></textarea></td>
+    <td colspan="2"><textarea name="people" rows="20" cols="80"></textarea></td>
   </tr>
 </table>
 {/if}
 </form>
 {/if}
 
-{* vim:set et sws=2 sts=2 sw=2 enc=utf-8: *}
+{* vim:set et sws=2 sts=2 sw=2 fenc=utf-8: *}