X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnetgrp%2Fmembres-new-search.tpl;h=7589bed4b77c7e3d9b6563c358fb473156ecfc6b;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=701f8f32c97abde0d818d93e24a517461b0171ee;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/templates/xnetgrp/membres-new-search.tpl b/templates/xnetgrp/membres-new-search.tpl index 701f8f3..7589bed 100644 --- a/templates/xnetgrp/membres-new-search.tpl +++ b/templates/xnetgrp/membres-new-search.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,25 +20,25 @@ {* *} {**************************************************************************} - {if !$choix} - Les critères de recherche ne sont pas assez précis - {elseif !$choix->total()} - Aucun camarade non-inscrit ne correspond aux informations fournies - {elseif $choix->total()} - Camarades correspondants : + {if t($too_many)} + Les critères de recherche ne sont pas assez précis. + {elseif $users|@count eq 0} + Aucun camarade non-inscrit ne correspond aux informations fournies. + {else} + Camarades correspondants : - total() != 1}style="display: none"{/if}>
-
+
{/if}