Patches applied:
* opensource@polytechnique.org--2005/platal--release--0.9.6--patch-30
bug 314 et faute d'orthographe
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-674
* Lists :
- #23: multiple inscriptions. -Car
+
+ * Xnet :
+ - #311,312: private members list. -Car
Fixes (from 0.9.6 branch) :
* Xnet :
- Have a connection link even on index page. -MC
+ - #314: fix bad links to categories -Car
================================================================================
VERSION 0.9.6 07 May 2004
{* *}
{**************************************************************************}
-<h1>{$asso.nom} : gestion des memebres</h1>
+<h1>{$asso.nom} : gestion des membres</h1>
<h2>
Édition du profil de {$user.prenom} {$user.nom}
<tr>
<td class="liste">
{foreach from=$groupesx key=id item=dom}
- <a class="cat" href="sommaire.php?cat=groupesx&dom={$id}">{$dom[0].domnom}</a>
+ <a class="cat" href="groupes.php?cat=groupesx&dom={$id}">{$dom[0].domnom}</a>
{foreach from=$dom item=g}
<a href="{$g.diminutif}/asso.php">{$g.nom}</a>
{/foreach}