Merge remote branch 'origin/xorg/1.0.2/master' into xorg/master
[platal.git] / templates / reminder / ml.tpl
index 8a26ada..a576a24 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -28,7 +28,7 @@
     <dt>
       <label>
         <input type='checkbox' value='1' checked="checked" name="sub_ml[{$list}]" />
-        {$list}*&nbsp;: {$details.desc}
+        {$list}&nbsp;: {$details.desc}
       </label>
     </dt>
     {if $details.info}
 
   <div class="center">
     <input type="submit" value="M'inscrire aux listes" /> -
-    <a href="" onclick="Ajax.update_html('reminder', '{$reminder->baseurl()}/no'); return false" style="text-decoration: none">
+    <a href="reminder/no" onclick="$('#reminder').updateHtml('{$reminder->baseurl()}/no'); return false" style="text-decoration: none">
       {icon name=delete} Ne pas m'inscrire
     </a> -
-    <a href="" onclick="Ajax.update_html('reminder', '{$reminder->baseurl()}/dismiss'); return false" style="text-decoration: none">
+    <a href="reminder/later" onclick="$('#reminder').updateHtml('{$reminder->baseurl()}/dismiss'); return false" style="text-decoration: none">
       {icon name=cross} Décider plus tard
     </a>
   </div>