bug 318, suppression d'une adresse avec + dans un alias
authorPascal Corpet <pascal.corpet@m4x.org>
Mon, 27 Jun 2005 10:55:41 +0000 (10:55 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:29:26 +0000 (23:29 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-752

ChangeLog
templates/xnet/groupe/alias-admin.tpl

index e6d71be..b74cfa7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,18 @@
 ================================================================================
 VERSION 0.9.8                                                                                                           21 Jun 2005
 
+New :
+
+       * Admin :
+               - Synchronisations with geoloc.org.                                                                     -Car
+
 Bug/Wish :
 
        * Profile :
                - User can delete his own melix.                                                                        -Car
+
+       * Lists :
+               - #318: Deletion of email with + in aliases.                                            -Car
        
 ================================================================================
 VERSION 0.9.7                                                                                                           21 Jun 2005
index 245af18..5014a15 100644 (file)
@@ -31,7 +31,7 @@
       {if $mem->total()}
       {iterate from=$mem item=m}
       {$m.redirect}
-      <a href='?liste={$smarty.request.liste}&amp;del_member={$m.redirect}'>
+      <a href='?liste={$smarty.request.liste|urlencode}&amp;del_member={$m.redirect|urlencode}'>
         <img src='{rel}/images/del.png' alt='retirer membre' title='retirer membre' />
       </a>
       <br />
     <td><strong>Ajouter</strong></td>
     <td>
       <form method="post" action="{$smarty.server.REQUEST_URI}">
+        <div>
         <input type='text' name='add_member' />
         &nbsp;
         <input type='submit' value='ajouter' />
+        </div>
       </form>
     </td>
   </tr>