backport lien casse xnet 314
authorPascal Corpet <pascal.corpet@m4x.org>
Thu, 2 Jun 2005 13:14:42 +0000 (13:14 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:29:06 +0000 (23:29 +0200)
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

ChangeLog
templates/xnet/groupe/membres-edit.tpl
templates/xnet/plan.tpl

index 341b0c4..0317146 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@ Bug/Wish :
 
        * Lists :
                - #23: multiple inscriptions.                                                                           -Car
+
+       * Xnet :
+               - #311,312: private members list.                                                                       -Car
                
 Fixes (from 0.9.6 branch) :
 
@@ -24,6 +27,7 @@ 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
index 689f60a..c9df9ac 100644 (file)
@@ -20,7 +20,7 @@
 {*                                                                        *}
 {**************************************************************************}
 
-<h1>{$asso.nom} : gestion des memebres</h1>
+<h1>{$asso.nom} : gestion des membres</h1>
 
 <h2>
   Ă‰dition du profil de {$user.prenom} {$user.nom}
index 9b44ea8..54de055 100644 (file)
@@ -30,7 +30,7 @@
         <tr>
           <td class="liste">
             {foreach from=$groupesx key=id item=dom}
-            <a class="cat" href="sommaire.php?cat=groupesx&amp;dom={$id}">{$dom[0].domnom}</a>
+            <a class="cat" href="groupes.php?cat=groupesx&amp;dom={$id}">{$dom[0].domnom}</a>
             {foreach from=$dom item=g}
             <a href="{$g.diminutif}/asso.php">{$g.nom}</a>
             {/foreach}