Ooops, why did my firefox accepted it before?
[platal.git] / templates / profile / jobs.alternates.tpl
index f8b5fb5..46e06f8 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {**************************************************************************}
 
 <?xml version="1.0" encoding="utf-8"?>
-<small>({$alternates})</small>
+{if $alternates}
+  <small>({$alternates})</small>
+{else}
+  <small class="erreur">Il faut renseigner les 3 champs concernant le secteur
+    pour que celui-ci soit pris en compte lors de la validation.</small>
+{/if}
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}