[inscription]
from=support@polytechnique.org
+[emails_broken]
+from="Polytechnique.org" <support@polytechnique.org>
+subject="Une de tes adresse de redirection Polytechnique.org ne marche plus !!"
+
[newsletter]
from="Lettre Mensuelle Polytechnique.org" <info_newsletter@polytechnique.org>
replyto=info+nlp@polytechnique.org
// {{{ get_all_redirects
-function get_all_redirects($membres, $exclude, $mls, &$client)
+function get_all_redirects($membres, $mls, &$client)
{
global $globals;
$this->prepare_client($page);
$page->changeTpl('xnetlists/create.tpl');
- $page->assign('force_list_super', may_update());
if (!Post::has('submit')) {
return;
{/if}
</td>
</tr>
- {if $details.own || $smarty.session.perms eq admin || $force_list_super}
+ {if $details.own || $smarty.session.perms eq admin || ($it_is_xnet && $is_admin)}
<tr>
<td><strong>Administrer la liste :</strong></td>
<td>
</td>
</tr>
{/if}
- {if $smarty.session.perms eq admin || $force_list_super}
+ {if $smarty.session.perms eq admin || ($it_is_xnet && $is_admin)}
+
<tr>
<td><strong>Administrer (avancé) :</strong></td>
<td>
</td>
</tr>
{/if}
- {if $it_is_xnet}
+ {if $it_is_xnet && ($details.own || $is_admin)}
<tr>
<td><strong>Synchroniser</strong></td>
{if $on neq sync}
{if $art.texte}
<div>
-{include file="xnet/groupe/form.announce.tpl" admin=true}
+{include file="xnetgrp/form.announce.tpl" admin=true}
<br />
</div>
{/if}
{if $articles->total()}
<div>
{iterate item=art from=$articles}
-{include file="xnet/groupe/form.announce.tpl"}
+{include file="xnetgrp/form.announce.tpl"}
<br />
{/iterate}
</div>