From de267f9a904c52e78bd35536a29b7646e73bc585 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 8 Jul 2012 23:36:36 +0200 Subject: [PATCH] Also displays that a list is private to its moderator. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/xnetlists/index.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/xnetlists/index.tpl b/templates/xnetlists/index.tpl index f672c20..976afda 100644 --- a/templates/xnetlists/index.tpl +++ b/templates/xnetlists/index.tpl @@ -100,7 +100,8 @@ croix verte te permet de t'inscrire, après accord des responsables si l'inscrip {if $l.own} {icon name=wrench title="Modérateur"} - {elseif $l.priv} + {/if} + {if $l.priv} {icon name=weather_cloudy title="Liste privée"} {/if} {$l.list} -- 2.1.4