X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnetlists%2Fsync.tpl;h=0de3b6c5ea283a6131bb0687d1da38cb156b91dc;hb=5c18ab0112d1c894e0e067a8bf789fdb6b91ef46;hp=d0f562fd28c329cd1db0f0b64e8ac0de435bfa49;hpb=be5a4adb62c3abe6c12fb020cf321bdb244ebc4b;p=platal.git diff --git a/templates/xnetlists/sync.tpl b/templates/xnetlists/sync.tpl index d0f562f..0de3b6c 100644 --- a/templates/xnetlists/sync.tpl +++ b/templates/xnetlists/sync.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2014 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -21,7 +21,7 @@ {**************************************************************************} {include file='lists/header_listes.tpl' on='sync'} -

Non abonnés à la liste {$platal->argv[1]}@{$asso.mail_domain}

+

Non abonnés à la liste {$platal->argv[1]}@{$asso->mail_domain}

{xsrf_token_field} @@ -34,9 +34,9 @@ {foreach from=$not_in_list item=u} - {$u.nom|mb_strtoupper} {$u.prenom} - {$u.promo} - + {profile user=$u promo=false} + {$u->promo()} + {/foreach} @@ -74,4 +74,4 @@
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *} +{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}