From 7d7d64abd7f3fa110cd68f7a6f7623b02f18a18f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 15 Jul 2010 20:08:55 +0200 Subject: [PATCH] Fixes promo display in marketing page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/marketing/broken.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/marketing/broken.tpl b/templates/marketing/broken.tpl index 1c9f0e2..f620df9 100644 --- a/templates/marketing/broken.tpl +++ b/templates/marketing/broken.tpl @@ -28,7 +28,7 @@ {elseif $user && !$user->alive}

- {$user->fullName()} (X{$user->promo()}) est malheureusement décédé{if $user->isFemale()}e{/if}. + {$user->fullName("promo")} est malheureusement décédé{if $user->isFemale()}e{/if}. Nous ne réaliserons maintenance sur son adresse Polytechnique.org qu'à la demande explicite de sa famille. Pour tout renseignement, merci de contacter le support. @@ -36,7 +36,7 @@ {elseif $user}

- Recherche d'adresses pour {$user->fullName()} (X{$user->promo()}). + Recherche d'adresses pour {$user->fullName("promo")}.

{if !$user->email} @@ -70,7 +70,7 @@
{xsrf_token_field} - +
Proposition d'adresse pour
{$user->fullName()} (X{$user->promo()})
Proposition d'adresse pour
{$user->fullName("promo")}
Adresse email : -- 2.1.4