From 3db328a4bc5b7d3ccc0e2502f3227eb7197d2539 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 4 Dec 2011 22:23:51 +0100 Subject: [PATCH] Encourages marketting and broken from group member edition page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/xnetgrp/membres-edit.tpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates/xnetgrp/membres-edit.tpl b/templates/xnetgrp/membres-edit.tpl index a5ef807..13f8b18 100644 --- a/templates/xnetgrp/membres-edit.tpl +++ b/templates/xnetgrp/membres-edit.tpl @@ -54,6 +54,24 @@ {/if} +{if $user->type eq 'x' || $user->type eq 'master' || $user->type eq 'phd'} +{if $user->state eq 'pending'} +

+ {"Ce"|sex:"Cette":$user} camarade n'est pas {"inscrit"|sex:"inscrite":$user}. + Si tu connais son adresse email, + n'hésite pas à nous la transmettre ! + +

+{elseif $user->state neq 'disabled' && $user->lost} +

+ {"Ce"|sex:"Cette":$user} camarade n'a plus d'adresse de redirection valide. + + Si tu en connais une, n'hésite pas à nous la transmettre. + +

+{/if} +{/if} +
{xsrf_token_field} -- 2.1.4