X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Faxletter%2Fadmin.tpl;h=aa15aa647628637603ca31de58a676111cc3a9e0;hb=b58e5ac25d105716cef952d5c3933c695e357cbe;hp=16bab104575a80cd72abbe4209b78ab9ba6b5b00;hpb=acc9be56f2cc773f7e684f9cd3201141bc126ee2;p=platal.git diff --git a/templates/axletter/admin.tpl b/templates/axletter/admin.tpl index 16bab10..aa15aa6 100644 --- a/templates/axletter/admin.tpl +++ b/templates/axletter/admin.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -35,12 +35,12 @@ - {iterate item=a from=$admins} + {foreach item=a from=$admins} - {$a.prenom} {$a.nom} (X{$a.promo}){icon name=user_suit} - {icon name=cross title="Retirer"} + {profile user=$a promo=true} + {icon name=cross title="Retirer"} - {/iterate} + {/foreach}