bugfixes
authorx2000habouzit <x2000habouzit>
Fri, 24 Sep 2004 16:43:52 +0000 (16:43 +0000)
committerx2000habouzit <x2000habouzit>
Fri, 24 Sep 2004 16:43:52 +0000 (16:43 +0000)
Note : still have problems with ° for example, uquote seems not to be enough ....

scripts/mailman/mailman-rpc.py
templates/listes/moderate.tpl
templates/listes/moderate_mail.tpl

index 208b6b6..231c8cc 100755 (executable)
@@ -18,7 +18,7 @@
 #*  Foundation, Inc.,                                                      *
 #*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
 #***************************************************************************
-#   $Id: mailman-rpc.py,v 1.35 2004-09-24 16:28:06 x2000habouzit Exp $
+#   $Id: mailman-rpc.py,v 1.36 2004-09-24 16:43:52 x2000habouzit Exp $
 #***************************************************************************
 
 import base64, MySQLdb, os, getopt, sys, MySQLdb.converters
index 1d62cb5..b57c7ba 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: moderate.tpl,v 1.7 2004-09-24 16:28:06 x2000habouzit Exp $
+        $Id: moderate.tpl,v 1.8 2004-09-24 16:43:53 x2000habouzit Exp $
  ***************************************************************************}
 
 {dynamic}
 <div class='rubrique'>
   Modérer la liste {$smarty.get.liste}@polytechnique.org
 </div>
-{if !$details.own}
-<p class='erreur'>
-Tu n'es pas administrateur de la liste, mais du site.
-</p>
-{/if}
 
 <p>
 [<a href='index.php'>listes</a>] &gt;
index 9af0e63..6c6c655 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: moderate_mail.tpl,v 1.3 2004-09-22 11:39:51 x2000habouzit Exp $
+        $Id: moderate_mail.tpl,v 1.4 2004-09-24 16:43:53 x2000habouzit Exp $
  ***************************************************************************}
 
 {dynamic}
 <table class='tinybicol' cellpadding='0' cellspacing='0'>
   <tr>
     <td class='titre'>émetteur</td>
-    <td>{$mail.sender|tl1}</td>
+    <td>{$mail.sender}</td>
   </tr>
   <tr>
     <td class='titre'>sujet</td>
-    <td>{$mail.subj|tl1}</td>
+    <td>{$mail.subj}</td>
   </tr>
   <tr>
     <td class='titre'>taille</td>