Moving to GitHub.
[platal.git] / templates / newsletter / enable.tpl
CommitLineData
738b4620
RB
1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
738b4620
RB
4{* http://opensource.polytechnique.org/ *}
5{* *}
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. *}
10{* *}
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. *}
15{* *}
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 *}
20{* *}
21{**************************************************************************}
22
23<h1>
24 Mise en place de la lettre d'informations du groupe {$asso->nom}
25</h1>
26
27<p>
28Tu peux demander sur cette page la mise en place d'une newsletter pour le groupe.
29
30Tu pourras ensuite envoyer aux membres du groupe qui auront choisi de s'y inscrire,
31 avec une structure plus adaptée que l'outil d'envoi de mails.
32</p>
33
34<p>
35Si le titre par défaut de la newsletter ne te convient pas, n'hésite pas à
36le modifier.
37
38<form method="post" action="{$platal->ns}admin/nl/enable">
39{xsrf_token_field}
40<p>
41 <label for='title'>Titre de la newsletter</label>
42 <input name='title' id='title' size="40" value="Lettre d'informations du groupe {$asso->nom}" />
43</p>
44<p>
45 <input type="submit" value="Créer" />
46</p>
47</form>
48