From 30eab1d22a18c2fcb2702afd4c007034179f8cfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 30 Aug 2010 18:43:15 +0200 Subject: [PATCH] Displays last and first names in the order announced on the top line in directory csv. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/xnetgrp/annuaire-csv.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xnetgrp/annuaire-csv.tpl b/templates/xnetgrp/annuaire-csv.tpl index ebb9390..006b3c0 100644 --- a/templates/xnetgrp/annuaire-csv.tpl +++ b/templates/xnetgrp/annuaire-csv.tpl @@ -23,7 +23,7 @@ Nom,Prénom,Sexe,Promotion,Email,Commentaire {if $users|@count} {foreach from=$users item=user} -{$user->firstName()},{$user->lastName()},{if $user->isFemale()}F{else}M{/if},{$user->promo()},{$user->forlifeEmail()},{$user->group_comm|replace:',':'\,'} +{$user->lastName()},{$user->firstName()},{if $user->isFemale()}F{else}M{/if},{$user->promo()},{$user->forlifeEmail()},{$user->group_comm|replace:',':'\,'} {/foreach} {/if} -- 2.1.4