Merge commit 'origin/master' into account
[platal.git] / templates / include / form.valid.orange.tpl
index 1cc4d8f..eeb8869 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 
 <tr class="impair">
   <td class="titre">Promotion&nbsp;:</td>
-  <td>{$valid->promo}</td>
+  <td>{$valid->entryYear}</td>
 </tr>
 <tr class="impair">
   <td class="titre">AnnĂ©e de sortie&nbsp;:</td>
-  <td>{$valid->promo_sortie} au lieu de {math equation="a + b" a=$valid->promo b=3}</td>
+  <td>{$valid->newGradYear} au lieu de {$valid->oldGradYear}</td>
 </tr>
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}