X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Fliste.inc.tpl;h=575f8a61d40c4623da759a4e44e75063ccfc41f2;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=18ef8244de314266688cb6e211718194d0e02d13;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/templates/lists/liste.inc.tpl b/templates/lists/liste.inc.tpl index 18ef824..575f8a6 100644 --- a/templates/lists/liste.inc.tpl +++ b/templates/lists/liste.inc.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -22,23 +22,23 @@ {if $liste.own && $liste.sub} - {icon name=wrench title="Modérateur"} + {icon name=wrench title="Modérateur"} {elseif $liste.own} - {icon name=error title="Modérateur mais non-membre"} + {icon name=error title="Modérateur mais non-membre"} {elseif $liste.priv} - {icon name=weather_cloudy title="Liste privée"} + {icon name=weather_cloudy title="Liste privée"} {/if} - {$liste.list} + {$liste.list} - {$liste.desc}
+ {$liste.desc|smarty:nodefaults}
{if $liste.subscriptions|@count} • Demandes d'inscription
{foreach from=$liste.subscriptions item=s} - + {icon name=add title="Accepter"} @@ -52,47 +52,47 @@ {/foreach} {/if} {if $liste.mails|@count} - • Demandes de modération
+ • Demandes de modération
{foreach from=$liste.mails item=m} -
- {icon name=add title="Valider le mail"} + + {icon name=add title="Valider l'email"} - - {icon name=delete title="Détruire"} + + {icon name=delete title="Spam"} - De : {$m.sender}
+ De : {$m.sender}
{icon name=magnifier title="Voir le message"} - Sujet : {$m.subj|hdc|default:"[pas de sujet]"}
+ Sujet : {$m.subj|hdc|smarty:nodefaults|default:"[pas de sujet]"}
{/foreach} {/if} - {if $liste.diff eq 2}modérée{elseif $liste.diff}restreinte{else}libre{/if} + {if $liste.diff eq 2}modérée{elseif $liste.diff}restreinte{else}libre{/if} - {if $liste.ins}modérée{else}libre{/if} + {if $liste.ins}modérée{else}libre{/if} {$liste.nbsub} {if $liste.sub eq 2} - - {icon name=cross title="me désinscrire"} + + {icon name=cross title="me désinscrire"} {elseif $liste.sub eq 1} - {icon name=flag_orange title='inscription en attente de modération'} + {icon name=flag_orange title='inscription en attente de modération'} {else} - + {icon name=add title="m'inscrire"} {/if} -{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}