changement d'annee pour les copyrights
[platal.git] / templates / xnet / groupe / edit.tpl
index 7d16926..1e10b55 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 
     <tr>
       <td class="titre">
+        Inscription possible:
+      </td>
+      <td>
+        <input type="radio" value="1" id="inscr_yes"
+          {if $asso.inscriptible eq 1}checked="checked"{/if}
+          name="inscriptible" />
+        <label for="inscr_yes">oui</label>
+        <input type="radio" value="0" id="inscr_no"
+          {if $asso.inscriptible neq 1}checked="checked"{/if}
+          name="inscriptible" />
+        <label for="inscr_no">non</label>
+      </td>
+    </tr>
+
+    <tr>
+      <td class="titre">
         Lien pour l'inscription:<br />
         <em>laisser vide par défaut</em>
       </td>