From 7bbaa11509037d6c27eed81491d4c3d3e35ea514 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Thu, 14 Oct 2004 18:32:58 +0000 Subject: [PATCH] handle jmy and others problem with admin lists: closes FS#97 --- templates/listes/index.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/listes/index.tpl b/templates/listes/index.tpl index 2a753c5..85cec45 100644 --- a/templates/listes/index.tpl +++ b/templates/listes/index.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: index.tpl,v 1.12 2004-10-10 13:51:22 x2000habouzit Exp $ + $Id: index.tpl,v 1.13 2004-10-14 18:32:58 x2000habouzit Exp $ ***************************************************************************}
@@ -124,7 +124,11 @@ Les listes de diffusion publiques sont visibles par tous les X inscrits Si tu te désinscrit de ces listes, tu ne seras plus capable de t'y réinscrire par toi même !

+{if $smarty.session.perms eq admin} {include file='listes/listes.inc.tpl' min=1} +{else} +{include file='listes/listes.inc.tpl' min=1 max=4} +{/if}
-- 2.1.4