projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a0807
)
Displays last and first names in the order announced on the top line in directory...
author
Stéphane Jacob
<sj@m4x.org>
Mon, 30 Aug 2010 16:43:15 +0000
(18:43 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 30 Aug 2010 16:43:15 +0000
(18:43 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/xnetgrp/annuaire-csv.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/xnetgrp/annuaire-csv.tpl
b/templates/xnetgrp/annuaire-csv.tpl
index
ebb9390
..
006b3c0
100644
(file)
--- 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->la
stName()},{if $user->isFemale()}F{else}M{/if},{$user->promo()},{$user->forlifeEmail()},{$user->group_comm|replace:',':'\,'}
+{$user->
lastName()},{$user->fir
stName()},{if $user->isFemale()}F{else}M{/if},{$user->promo()},{$user->forlifeEmail()},{$user->group_comm|replace:',':'\,'}
{/foreach}
{/if}