Changes thoroughly education's implementation : allows multiple education, adds data...
[platal.git] / templates / profile / applis.js.tpl
index a0237b5..c452672 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -20,7 +20,8 @@
 {*                                                                        *}
 {**************************************************************************}
 
-applisType = new Array({applis_type});
-applisTypeAll = new Array({applis_type_all});
+applisType     = new Array({applis_type});
+applisTypeAll  = new Array({applis_type_all});
+applisTypeName = new Array({applis_type_name}); 
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}