1 {**************************************************************************}
3 {* Copyright (C) 2003-2013 Polytechnique.org *}
4 {* http://opensource.polytechnique.org/ *}
6 {* This program is free software; you can redistribute it and/or modify *}
7 {* it under the terms of the GNU General Public License as published by *}
8 {* the Free Software Foundation; either version 2 of the License, or *}
9 {* (at your option) any later version. *}
11 {* This program is distributed in the hope that it will be useful, *}
12 {* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13 {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14 {* GNU General Public License for more details. *}
16 {* You should have received a copy of the GNU General Public License *}
17 {* along with this program; if not, write to the Free Software *}
18 {* Foundation, Inc., *}
19 {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
21 {**************************************************************************}
24 {include file="lists/header_listes.tpl" on=soptions}
27 Changer les options de la liste {$details.addr}
30 <form method='post' action='{$platal->pl_self(1)}'>
32 <table class='bicol' cellpadding='2' cellspacing='0'>
33 <tr><th colspan='2'>Options de la liste {$details.addr}</th></tr>
36 <strong>msg_header :</strong><br />
37 <span class='smaller'>ajouté au début de tous les messages.</span>
40 <textarea cols='40' rows='8' name='msg_header'>{$options.msg_header|smarty:nodefaults|utf8_encode}</textarea>
45 <strong>msg_footer :</strong><br />
46 <span class='smaller'>ajouté à la fin de tous les messages.</span>
49 <textarea cols='40' rows='8' name='msg_footer'>{$options.msg_footer|smarty:nodefaults|utf8_encode}</textarea>
52 <tr><th colspan='2'>Options avancées de la liste {$details.addr}</th></tr>
55 <strong>visibilité :</strong><br />
56 <span class='smaller'>si coché, la liste sera listée dans la page de l'ensemble des listes
57 (les listes d'admin doivent être décochées).</span>
60 <label><input type='checkbox' name='advertised' {if $options.advertised}checked='checked'{/if} />
66 <strong>archive :</strong><br />
67 <span class='smaller'>liste archivée ?</span>
70 <label><input type='checkbox' name='archive' {if $options.archive}checked='checked'{/if} />
71 liste archivée</label>
76 <strong>max_message_size :</strong><br />
77 <span class='smaller'>taille maximale des posts en Ko.</span>
80 <input type='text' name='max_message_size' value='{$options.max_message_size}' /> Ko
87 <input type='submit' name='submit' value='Valider les modifications' />
92 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}