[Pkg-mailman-hackers] Pkg-mailman commit - rev 367 - branches/2.1.9/debian/patches

Hector Garcia hector at costa.debian.org
Tue Sep 19 14:46:53 UTC 2006


Author: hector
Date: 2006-09-19 14:46:53 +0000 (Tue, 19 Sep 2006)
New Revision: 367

Modified:
   branches/2.1.9/debian/patches/58_fix_es_translation.patch
   branches/2.1.9/debian/patches/59_fix_missing_language_crash.patch
   branches/2.1.9/debian/patches/64_correct_html_nesting.patch
   branches/2.1.9/debian/patches/66_donot_let_cache_html_pages.patch
   branches/2.1.9/debian/patches/99_js_templates.patch
Log:
Updated patches to 2.1.9

Modified: branches/2.1.9/debian/patches/58_fix_es_translation.patch
===================================================================
--- branches/2.1.9/debian/patches/58_fix_es_translation.patch	2006-09-19 14:45:08 UTC (rev 366)
+++ branches/2.1.9/debian/patches/58_fix_es_translation.patch	2006-09-19 14:46:53 UTC (rev 367)
@@ -3,14 +3,14 @@
 Fix translation errors
 Index: messages/es/LC_MESSAGES/mailman.po
 ===================================================================
---- messages/es/LC_MESSAGES/mailman.po.orig	2006-08-15 15:12:17.000000000 +0800
-+++ messages/es/LC_MESSAGES/mailman.po	2006-08-15 15:14:41.000000000 +0800
-@@ -1984,7 +1984,7 @@
- 
- #: Mailman/Cgi/create.py:203 bin/newlist:200
+--- messages/es/LC_MESSAGES/mailman.po.orig	2006-09-19 16:12:12.000000000 +0200
++++ messages/es/LC_MESSAGES/mailman.po	2006-09-19 16:13:34.000000000 +0200
+@@ -1989,7 +1989,7 @@
+ #: Mailman/Cgi/create.py:214 bin/.svn/text-base/newlist.svn-base:200
+ #: bin/newlist:200
  msgid "Illegal list name: %(s)s"
 -msgstr "Nombre de lista ilegal: %(opt)s"
 +msgstr "Nombre de lista ilegal: %(s)s"
  
- #: Mailman/Cgi/create.py:208
+ #: Mailman/Cgi/create.py:219
  msgid ""

Modified: branches/2.1.9/debian/patches/59_fix_missing_language_crash.patch
===================================================================
--- branches/2.1.9/debian/patches/59_fix_missing_language_crash.patch	2006-09-19 14:45:08 UTC (rev 366)
+++ branches/2.1.9/debian/patches/59_fix_missing_language_crash.patch	2006-09-19 14:46:53 UTC (rev 367)
@@ -3,9 +3,9 @@
 Fix crash when a language is missing
 Index: Mailman/htmlformat.py
 ===================================================================
---- Mailman/htmlformat.py.orig	2006-08-15 15:12:17.000000000 +0800
-+++ Mailman/htmlformat.py	2006-08-15 15:14:43.000000000 +0800
-@@ -297,7 +297,7 @@
+--- Mailman/htmlformat.py.orig	2006-09-19 16:12:12.000000000 +0200
++++ Mailman/htmlformat.py	2006-09-19 16:13:47.000000000 +0200
+@@ -298,7 +298,7 @@
  
      def Format(self, indent=0, **kws):
          charset = 'us-ascii'

Modified: branches/2.1.9/debian/patches/64_correct_html_nesting.patch
===================================================================
--- branches/2.1.9/debian/patches/64_correct_html_nesting.patch	2006-09-19 14:45:08 UTC (rev 366)
+++ branches/2.1.9/debian/patches/64_correct_html_nesting.patch	2006-09-19 14:46:53 UTC (rev 367)
@@ -4,23 +4,24 @@
 sensible browsers like iCal may choke on that -> fix that.
 Index: templates/ca/listinfo.html
 ===================================================================
---- templates/ca/listinfo.html.orig	2006-08-15 15:12:13.000000000 +0800
-+++ templates/ca/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/ca/listinfo.html.orig	2003-11-01 16:51:48.000000000 +0100
++++ templates/ca/listinfo.html	2006-09-19 15:44:40.000000000 +0200
 @@ -53,8 +53,9 @@
-       </TR>
-       
-   <tr> 
--    <td colspan="2">Per subscriure's ompli el seg&uuml;ent formulari. <MM-List-Subscription-Msg> 
-+    <td colspan="2">Per subscriure's ompli el seg&uuml;ent formulari.
-       <ul>
-+	  <MM-List-Subscription-Msg>
-         <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
- 		WIDTH="70%" HEIGHT= "112">
-           <TR> 
+       </TR>
+       
+   <tr> 
+-    <td colspan="2">Per subscriure's ompli el seg&uuml;ent formulari. <MM-List-Subscription-Msg> 
+-      <ul>
++    <td colspan="2">Per subscriure's ompli el seg&uuml;ent formulari.
++	  <ul>
++	    <MM-List-Subscription-Msg>
+         <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
+ 		WIDTH="70%" HEIGHT= "112">
+           <TR> 
 Index: templates/cs/listinfo.html
 ===================================================================
---- templates/cs/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/cs/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/cs/listinfo.html.orig	2002-12-13 19:13:46.000000000 +0100
++++ templates/cs/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	<td colspan="2">
  	  <P>
@@ -33,8 +34,8 @@
  		<TR>
 Index: templates/da/listinfo.html
 ===================================================================
---- templates/da/listinfo.html.orig	2006-08-15 15:12:13.000000000 +0800
-+++ templates/da/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/da/listinfo.html.orig	2004-11-12 01:09:48.000000000 +0100
++++ templates/da/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -62,8 +62,8 @@
  	<td colspan="2">
  	  <P>
@@ -47,8 +48,8 @@
  		<TR>
 Index: templates/de/listinfo.html
 ===================================================================
---- templates/de/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/de/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/de/listinfo.html.orig	2004-01-06 10:58:28.000000000 +0100
++++ templates/de/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	  <P>
  	    Abonnieren Sie <MM-List-Name>, indem Sie das folgende Formular
@@ -61,8 +62,8 @@
  		<TR>
 Index: templates/en/listinfo.html
 ===================================================================
---- templates/en/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/en/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/en/listinfo.html.orig	2002-11-16 07:10:36.000000000 +0100
++++ templates/en/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	  <P>
  	    Subscribe to <MM-List-Name> by filling out the following
@@ -75,8 +76,8 @@
  		<TR>
 Index: templates/es/listinfo.html
 ===================================================================
---- templates/es/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/es/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/es/listinfo.html.orig	2005-06-08 23:33:19.000000000 +0200
++++ templates/es/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -64,8 +64,8 @@
  	  <P>
  	    Suscr&iacute;base a <MM-List-Name> rellenando los datos del
@@ -89,8 +90,8 @@
  		<TR>
 Index: templates/et/listinfo.html
 ===================================================================
---- templates/et/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/et/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/et/listinfo.html.orig	2004-11-03 22:46:58.000000000 +0100
++++ templates/et/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -58,8 +58,8 @@
  	<td colspan="2">
  	  <P>
@@ -101,24 +102,10 @@
  	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
  		WIDTH="70%" HEIGHT= "112">
  		<TR>
-Index: templates/eu/listinfo.html
-===================================================================
---- templates/eu/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/eu/listinfo.html	2006-08-15 15:14:47.000000000 +0800
-@@ -62,8 +62,8 @@
- 	<td colspan="2">
- 	  <P>
- 	    <MM-List-Name> posta zerrendan izena eman, ondoko eskaera-orria betez.
--	  <MM-List-Subscription-Msg>
- 	  <ul>
-+	  <MM-List-Subscription-Msg>
- 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
- 		WIDTH="70%" HEIGHT= "112">
- 		<TR>
 Index: templates/fi/listinfo.html
 ===================================================================
---- templates/fi/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/fi/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/fi/listinfo.html.orig	2002-04-02 07:43:47.000000000 +0200
++++ templates/fi/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	<td colspan="2">
  	  <P>
@@ -131,36 +118,22 @@
  		<TR>
 Index: templates/fr/listinfo.html
 ===================================================================
---- templates/fr/listinfo.html.orig	2006-08-15 15:12:14.000000000 +0800
-+++ templates/fr/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/fr/listinfo.html.orig	2003-09-26 05:36:56.000000000 +0200
++++ templates/fr/listinfo.html	2006-09-19 15:44:05.000000000 +0200
 @@ -61,8 +61,8 @@
        <p> 	    
  	Abonnez-vous &agrave; <MM-List-Name> en remplissant le formulaire 
  	      suivant. 	  
 -	<MM-List-Subscription-Msg> 	 
        <ul>    
-+	<MM-List-Subscription-Msg> 	 
++	<MM-List-Subscription-Msg>
          <table border="0" cellspacing="2" cellpadding="2" width="70%"
   height="112">
              <tr>
-Index: templates/hr/listinfo.html
-===================================================================
---- templates/hr/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/hr/listinfo.html	2006-08-15 15:14:47.000000000 +0800
-@@ -63,8 +63,8 @@
- 	  <P>
- 	    Pretplatite se na <MM-List-Name> ispunjavanjem sljedeæe 
- 	      forme.
--	  <MM-List-Subscription-Msg>
- 	  <ul>
-+	  <MM-List-Subscription-Msg>
- 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
- 		WIDTH="70%" HEIGHT= "112">
- 		<TR>
 Index: templates/hu/listinfo.html
 ===================================================================
---- templates/hu/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/hu/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/hu/listinfo.html.orig	2002-12-20 05:28:00.000000000 +0100
++++ templates/hu/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -59,11 +59,10 @@
  	<td colspan="2">
  	  <P>
@@ -176,8 +149,8 @@
  		<TR>
 Index: templates/it/listinfo.html
 ===================================================================
---- templates/it/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/it/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/it/listinfo.html.orig	2002-11-25 21:29:47.000000000 +0100
++++ templates/it/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	<td colspan="2">
  	  <P>
@@ -190,8 +163,8 @@
  		<TR>
 Index: templates/ja/listinfo.html
 ===================================================================
---- templates/ja/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/ja/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/ja/listinfo.html.orig	2004-01-23 01:58:03.000000000 +0100
++++ templates/ja/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -65,8 +65,8 @@
  	  <P>
  	    <MM-List-Name> ¤Ø¤ÎÆþ²ñ¤Ï, 
@@ -204,8 +177,8 @@
  		<TR>
 Index: templates/ko/listinfo.html
 ===================================================================
---- templates/ko/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/ko/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/ko/listinfo.html.orig	2002-03-28 19:32:11.000000000 +0100
++++ templates/ko/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	<td colspan="2">
  	  <P>
@@ -218,8 +191,8 @@
  		<TR>
 Index: templates/lt/listinfo.html
 ===================================================================
---- templates/lt/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/lt/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/lt/listinfo.html.orig	2002-12-26 20:48:42.000000000 +0100
++++ templates/lt/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -61,8 +61,8 @@
  	<td colspan="2">
  	  <P>
@@ -230,24 +203,10 @@
  	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
  		WIDTH="70%" HEIGHT= "112">
  		<TR>
-Index: templates/nl/listinfo.html
-===================================================================
---- templates/nl/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/nl/listinfo.html	2006-08-15 15:14:47.000000000 +0800
-@@ -57,8 +57,8 @@
- 	<td colspan="2">
- 	  <P>
- 	    Om je aan te melden op de <MM-List-Name> Mailing lijst vul het onderstaande formulier in.
--	  <MM-List-Subscription-Msg>
- 	  <ul>
-+	  <MM-List-Subscription-Msg>
- 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
- 		WIDTH="70%" HEIGHT= "112">
- 		<TR>
 Index: templates/no/listinfo.html
 ===================================================================
---- templates/no/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/no/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/no/listinfo.html.orig	2002-11-19 10:20:43.000000000 +0100
++++ templates/no/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -62,8 +62,8 @@
  	<td colspan="2">
  	  <P>
@@ -260,8 +219,8 @@
  		<TR>
 Index: templates/pl/listinfo.html
 ===================================================================
---- templates/pl/listinfo.html.orig	2006-08-15 15:12:15.000000000 +0800
-+++ templates/pl/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/pl/listinfo.html.orig	2003-12-30 19:10:06.000000000 +0100
++++ templates/pl/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -65,8 +65,8 @@
            W celu zapisania siê na listê <MM-List-Name> nale¿y wype³niæ 
            poni¿szy formularz.
@@ -274,8 +233,8 @@
  		<TR>
 Index: templates/pt/listinfo.html
 ===================================================================
---- templates/pt/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/pt/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/pt/listinfo.html.orig	2003-04-09 07:09:57.000000000 +0200
++++ templates/pt/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	<td colspan="2">
  	  <P>
@@ -288,8 +247,8 @@
  		<TR>
 Index: templates/pt_BR/listinfo.html
 ===================================================================
---- templates/pt_BR/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/pt_BR/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/pt_BR/listinfo.html.orig	2004-11-03 21:33:27.000000000 +0100
++++ templates/pt_BR/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -64,8 +64,8 @@
  	  <P>
  	    Para se inscrever na lista <MM-List-Name>, preencha o seguinte
@@ -302,8 +261,8 @@
  		<TR>
 Index: templates/ro/listinfo.html
 ===================================================================
---- templates/ro/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/ro/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/ro/listinfo.html.orig	2003-12-13 17:35:54.000000000 +0100
++++ templates/ro/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -60,8 +60,8 @@
  	  <P>
  	    Vã puteþi abona la lista de discuþii <MM-List-Name> completând formularul
@@ -316,8 +275,8 @@
  		<TR>
 Index: templates/ru/listinfo.html
 ===================================================================
---- templates/ru/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/ru/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/ru/listinfo.html.orig	2003-09-22 05:59:48.000000000 +0200
++++ templates/ru/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -51,8 +51,8 @@
          <td colspan="2">
            <P>
@@ -330,8 +289,8 @@
                  <TR>
 Index: templates/sl/listinfo.html
 ===================================================================
---- templates/sl/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/sl/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/sl/listinfo.html.orig	2003-10-04 04:57:36.000000000 +0200
++++ templates/sl/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	  <P>
  	    Na seznam <MM-List-Name> se prijavite tako, da izpolnite
@@ -342,40 +301,10 @@
  	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
  		WIDTH="70%" HEIGHT= "112">
  		<TR>
-Index: templates/sr/listinfo.html
-===================================================================
---- templates/sr/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/sr/listinfo.html	2006-08-15 15:14:47.000000000 +0800
-@@ -52,8 +52,9 @@
-       </TR>
-       <tr>
- 	<td colspan="2">
--	  <P> Укључујете се попуњавајући следећи формулар:<MM-List-Subscription-Msg> 
-+	  <P> Укључујете се попуњавајући следећи формулар:
-       <ul>
-+	  <MM-List-Subscription-Msg>
-         <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
- 		WIDTH="70%" HEIGHT= "112">
-           <TR> 
-Index: templates/sv/listinfo.html
-===================================================================
---- templates/sv/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/sv/listinfo.html	2006-08-15 15:14:47.000000000 +0800
-@@ -56,8 +56,9 @@
-       </TR>
-       <tr>
- 	<td colspan="2">
--	  <P>Du kan anm&auml;la dig till <MM-List-Name> genom att fylla i n&ouml;dv&auml;ndig information nedan. 	  <MM-List-Subscription-Msg>
-+	  <P>Du kan anm&auml;la dig till <MM-List-Name> genom att fylla i n&ouml;dv&auml;ndig information nedan.
- 	  <ul>
-+	<MM-List-Subscription-Msg>
- 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
- 		WIDTH="70%" HEIGHT= "112">
- 		<TR>
 Index: templates/tr/listinfo.html
 ===================================================================
---- templates/tr/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/tr/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/tr/listinfo.html.orig	2004-04-26 18:50:11.000000000 +0200
++++ templates/tr/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -63,8 +63,8 @@
  	  <P>
  	    <MM-List-Name> listesine aþaðýdaki formu doldurarak üye
@@ -388,8 +317,8 @@
  		<TR>
 Index: templates/uk/listinfo.html
 ===================================================================
---- templates/uk/listinfo.html.orig	2006-08-15 15:12:16.000000000 +0800
-+++ templates/uk/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/uk/listinfo.html.orig	2005-03-02 01:27:09.000000000 +0100
++++ templates/uk/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -62,8 +62,8 @@
  	<td colspan="2">
  	  <P>
@@ -402,8 +331,8 @@
  		<TR>
 Index: templates/zh_CN/listinfo.html
 ===================================================================
---- templates/zh_CN/listinfo.html.orig	2006-08-15 15:12:17.000000000 +0800
-+++ templates/zh_CN/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/zh_CN/listinfo.html.orig	2005-05-14 06:13:41.000000000 +0200
++++ templates/zh_CN/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -60,8 +60,8 @@
  	<td colspan="2">
  	  <P>
@@ -416,8 +345,8 @@
  		<TR>
 Index: templates/zh_TW/listinfo.html
 ===================================================================
---- templates/zh_TW/listinfo.html.orig	2006-08-15 15:12:17.000000000 +0800
-+++ templates/zh_TW/listinfo.html	2006-08-15 15:14:47.000000000 +0800
+--- templates/zh_TW/listinfo.html.orig	2005-03-23 03:04:15.000000000 +0100
++++ templates/zh_TW/listinfo.html	2006-09-19 14:04:57.000000000 +0200
 @@ -60,8 +60,8 @@
  	<td colspan="2">
  	  <P>
@@ -428,3 +357,82 @@
  	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
  		WIDTH="70%" HEIGHT= "112">
  		<TR>
+Index: templates/eu/listinfo.html
+===================================================================
+--- templates/eu/listinfo.html.orig	2003-12-01 17:07:41.000000000 +0100
++++ templates/eu/listinfo.html	2006-09-19 15:27:32.000000000 +0200
+@@ -62,8 +62,8 @@
+ 	<td colspan="2">
+ 	  <P>
+ 	    <MM-List-Name> posta zerrendan izena eman, ondoko eskaera-orria betez.
+-	  <MM-List-Subscription-Msg>
+ 	  <ul>
++	      <MM-List-Subscription-Msg>
+ 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
+ 		WIDTH="70%" HEIGHT= "112">
+ 		<TR>
+Index: templates/hr/listinfo.html
+===================================================================
+--- templates/hr/listinfo.html.orig	2004-02-17 23:27:49.000000000 +0100
++++ templates/hr/listinfo.html	2006-09-19 15:28:12.000000000 +0200
+@@ -63,8 +63,8 @@
+ 	  <P>
+ 	    Pretplatite se na <MM-List-Name> ispunjavanjem sljedeæe 
+ 	      forme.
+-	  <MM-List-Subscription-Msg>
+ 	  <ul>
++	      <MM-List-Subscription-Msg>
+ 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
+ 		WIDTH="70%" HEIGHT= "112">
+ 		<TR>
+Index: templates/nl/listinfo.html
+===================================================================
+--- templates/nl/listinfo.html.orig	2006-07-21 07:46:44.000000000 +0200
++++ templates/nl/listinfo.html	2006-09-19 15:40:55.000000000 +0200
+@@ -59,8 +59,8 @@
+ 	<td colspan="2">
+ 	  <P>
+ 	    Om u aan te melden bij <MM-List-Name> vult u onderstaand formulier in.
+-	  <MM-List-Subscription-Msg>
+ 	  <ul>
++	      <MM-List-Subscription-Msg>
+ 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
+ 		WIDTH="70%" HEIGHT= "112">
+ 		<TR>
+@@ -132,4 +132,4 @@
+   </table>
+ <MM-Mailman-Footer>
+ </BODY>
+-</HTML>
+\ No newline at end of file
++</HTML>
+Index: templates/sr/listinfo.html
+===================================================================
+--- templates/sr/listinfo.html.orig	2003-09-22 05:52:35.000000000 +0200
++++ templates/sr/listinfo.html	2006-09-19 15:45:03.000000000 +0200
+@@ -52,8 +52,9 @@
+       </TR>
+       <tr>
+ 	<td colspan="2">
+-	  <P> Укључујете се попуњавајући следећи формулар:<MM-List-Subscription-Msg> 
++	  <P> Укључујете се попуњавајући следећи формулар:
+       <ul>
++	    <MM-List-Subscription-Msg>
+         <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
+ 		WIDTH="70%" HEIGHT= "112">
+           <TR> 
+Index: templates/sv/listinfo.html
+===================================================================
+--- templates/sv/listinfo.html.orig	2002-12-24 15:07:17.000000000 +0100
++++ templates/sv/listinfo.html	2006-09-19 15:43:00.000000000 +0200
+@@ -56,8 +56,9 @@
+       </TR>
+       <tr>
+ 	<td colspan="2">
+-	  <P>Du kan anm&auml;la dig till <MM-List-Name> genom att fylla i n&ouml;dv&auml;ndig information nedan. 	  <MM-List-Subscription-Msg>
++	  <P>Du kan anm&auml;la dig till <MM-List-Name> genom att fylla i n&ouml;dv&auml;ndig information nedan.
+ 	  <ul>
++	      <MM-List-Subscription-Msg>
+ 	      <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
+ 		WIDTH="70%" HEIGHT= "112">
+ 		<TR>

Modified: branches/2.1.9/debian/patches/66_donot_let_cache_html_pages.patch
===================================================================
--- branches/2.1.9/debian/patches/66_donot_let_cache_html_pages.patch	2006-09-19 14:45:08 UTC (rev 366)
+++ branches/2.1.9/debian/patches/66_donot_let_cache_html_pages.patch	2006-09-19 14:46:53 UTC (rev 367)
@@ -1,12 +1,9 @@
-Patch: 66_donot_let_cache_html_pages.patch
-Author: László 'GCS' Böszörményi <gcs at lsc.hu>
-Add 'Pragma: no-cache' to HTML page outputs, so proxies like Squid
-do not cache them, and changes become visible immediately.
+Patch to prevent browser from caching pages.
 Index: Mailman/htmlformat.py
 ===================================================================
---- Mailman/htmlformat.py.orig	2006-08-15 15:14:43.000000000 +0800
-+++ Mailman/htmlformat.py	2006-08-15 15:14:51.000000000 +0800
-@@ -299,7 +299,8 @@
+--- Mailman/htmlformat.py.orig	2006-09-19 13:43:51.000000000 +0200
++++ Mailman/htmlformat.py	2006-09-19 15:47:16.000000000 +0200
+@@ -300,7 +300,8 @@
          charset = 'us-ascii'
          if self.language and Utils.IsLanguage(self.language):
              charset = Utils.GetCharSet(self.language)

Modified: branches/2.1.9/debian/patches/99_js_templates.patch
===================================================================
--- branches/2.1.9/debian/patches/99_js_templates.patch	2006-09-19 14:45:08 UTC (rev 366)
+++ branches/2.1.9/debian/patches/99_js_templates.patch	2006-09-19 14:46:53 UTC (rev 367)
@@ -4,8 +4,8 @@
 field when appropriate.
 Index: templates/cs/admlogin.html
 ===================================================================
---- templates/cs/admlogin.html.orig	2006-08-15 15:12:04.000000000 +0800
-+++ templates/cs/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/cs/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/cs/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -21,8 +21,8 @@
      <TR>
 Index: templates/cs/private.html
 ===================================================================
---- templates/cs/private.html.orig	2006-08-15 15:12:04.000000000 +0800
-+++ templates/cs/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/cs/private.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/cs/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -36,25 +36,25 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/da/admlogin.html
 ===================================================================
---- templates/da/admlogin.html.orig	2006-08-15 15:12:04.000000000 +0800
-+++ templates/da/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/da/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/da/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
- <html>
- <head>
-   <title>%(listname)s %(who)s Login</title>
-+<script>function sf(){document.f.adminpw.focus();}</script>
- </head>
--<body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(path)s">
-+<body bgcolor="#ffffff" onLoad="sf()">
-+<FORM METHOD=POST ACTION="%(path)s" name="f">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
+ <html>
+ <head>
+   <title>%(listname)s %(who)s Login</title>
++  <script>function sf(){document.f.adminpw.focus();}</script>
+ </head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(path)s">
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(path)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
 Index: templates/da/private.html
 ===================================================================
---- templates/da/private.html.orig	2006-08-15 15:12:04.000000000 +0800
-+++ templates/da/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/da/private.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/da/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -68,8 +68,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/de/admlogin.html
 ===================================================================
---- templates/de/admlogin.html.orig	2006-08-15 15:12:04.000000000 +0800
-+++ templates/de/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/de/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/de/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -85,8 +85,8 @@
      <TR>
 Index: templates/de/private.html
 ===================================================================
---- templates/de/private.html.orig	2006-08-15 15:12:04.000000000 +0800
-+++ templates/de/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/de/private.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/de/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -100,8 +100,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/en/admlogin.html
 ===================================================================
---- templates/en/admlogin.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/en/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/en/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/en/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -117,8 +117,8 @@
      <TR>
 Index: templates/en/listinfo.html
 ===================================================================
---- templates/en/listinfo.html.orig	2006-08-15 15:14:47.000000000 +0800
-+++ templates/en/listinfo.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/en/listinfo.html.orig	2006-09-19 16:14:06.000000000 +0200
++++ templates/en/listinfo.html	2006-09-19 16:15:38.000000000 +0200
 @@ -4,7 +4,7 @@
      <TITLE><MM-List-Name> Info Page</TITLE>
    
@@ -130,8 +130,8 @@
        <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/en/private.html
 ===================================================================
---- templates/en/private.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/en/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/en/private.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/en/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -145,8 +145,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/es/admlogin.html
 ===================================================================
---- templates/es/admlogin.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/es/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/es/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/es/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -162,8 +162,8 @@
      <TR>
 Index: templates/es/private.html
 ===================================================================
---- templates/es/private.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/es/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/es/private.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/es/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -177,8 +177,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/et/admlogin.html
 ===================================================================
---- templates/et/admlogin.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/et/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/et/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/et/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -194,8 +194,8 @@
      <TR>
 Index: templates/et/private.html
 ===================================================================
---- templates/et/private.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/et/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/et/private.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/et/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -209,42 +209,42 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/eu/admlogin.html
 ===================================================================
---- templates/eu/admlogin.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/eu/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/eu/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/eu/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
- <html>
- <head>
-   <title>%(listname)s Zerrendako %(who)s Identifikatzen</title>
-+<script>function sf(){document.f.adminpw.focus();}</script>
- </head>
--<body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(path)s">
-+<body bgcolor="#ffffff" onLoad="sf()">
-+<FORM METHOD=POST ACTION="%(path)s" name="f">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
+ <html>
+ <head>
+   <title>%(listname)s Zerrendako %(who)s Identifikatzen</title>
++  <script>function sf(){document.f.adminpw.focus();}</script>
+ </head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(path)s">
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(path)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
 Index: templates/eu/private.html
 ===================================================================
---- templates/eu/private.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/eu/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/eu/private.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/eu/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
- <html>
- <head>
-     <title>%(realname)s Artxibo Pribatuak Egiaztatzea</title>
-+<script>function sf(){document.f.username.focus();}</script>
- </head>
--<body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s">
-+<body bgcolor="#ffffff" onLoad="sf()">
-+<FORM METHOD=POST ACTION="%(action)s" name="f">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
+ <html>
+ <head>
+     <title>%(realname)s Artxibo Pribatuak Egiaztatzea</title>
++	<script>function sf(){document.f.username.focus();}</script>
+ </head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(action)s">
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(action)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
 Index: templates/fi/admlogin.html
 ===================================================================
---- templates/fi/admlogin.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/fi/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/fi/admlogin.html.orig	2006-09-19 16:12:10.000000000 +0200
++++ templates/fi/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -2,9 +2,10 @@
  <html>
  <head>
@@ -260,8 +260,8 @@
      <TR>
 Index: templates/fi/private.html
 ===================================================================
---- templates/fi/private.html.orig	2006-08-15 15:12:05.000000000 +0800
-+++ templates/fi/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/fi/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/fi/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -2,8 +2,9 @@
  <html>
  <head>
@@ -275,8 +275,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/fr/admlogin.html
 ===================================================================
---- templates/fr/admlogin.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/fr/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/fr/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/fr/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -292,8 +292,8 @@
      <TR>
 Index: templates/fr/private.html
 ===================================================================
---- templates/fr/private.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/fr/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/fr/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/fr/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -2,8 +2,9 @@
  <head>
      <title>Authentification pour l'acc&egrave;s aux archives priv&eacute;es de
@@ -307,8 +307,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/hu/admlogin.html
 ===================================================================
---- templates/hu/admlogin.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/hu/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/hu/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/hu/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -324,8 +324,8 @@
      <TR>
 Index: templates/hu/private.html
 ===================================================================
---- templates/hu/private.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/hu/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/hu/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/hu/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -339,8 +339,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/it/admlogin.html
 ===================================================================
---- templates/it/admlogin.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/it/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/it/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/it/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -356,8 +356,8 @@
      <TR>
 Index: templates/it/private.html
 ===================================================================
---- templates/it/private.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/it/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/it/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/it/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -371,8 +371,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/ja/admlogin.html
 ===================================================================
---- templates/ja/admlogin.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/ja/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/ja/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/ja/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -388,8 +388,8 @@
      <TR>
 Index: templates/ja/private.html
 ===================================================================
---- templates/ja/private.html.orig	2006-08-15 15:12:06.000000000 +0800
-+++ templates/ja/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/ja/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/ja/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -403,8 +403,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/ko/admlogin.html
 ===================================================================
---- templates/ko/admlogin.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/ko/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/ko/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/ko/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -420,8 +420,8 @@
      <TR>
 Index: templates/ko/private.html
 ===================================================================
---- templates/ko/private.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/ko/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/ko/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/ko/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -435,8 +435,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/lt/admlogin.html
 ===================================================================
---- templates/lt/admlogin.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/lt/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/lt/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/lt/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -452,8 +452,8 @@
      <TR>
 Index: templates/lt/private.html
 ===================================================================
---- templates/lt/private.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/lt/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/lt/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/lt/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -467,40 +467,56 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/nl/admlogin.html
 ===================================================================
---- templates/nl/admlogin.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/nl/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/nl/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/nl/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
- <html>
- <head>
-   <title>%(listname)s %(who)s inloggen</title>
-+<script>function sf(){document.f.adminpw.focus();}</script>
- </head>
--<body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(path)s">
-+<body bgcolor="#ffffff" onLoad="sf()">
-+<FORM METHOD=POST ACTION="%(path)s" name="f">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
+ <html>
+ <head>
+   <title>%(listname)s %(who)s inloggen</title>
++  <script>function sf(){document.f.adminpw.focus();}</script>
+ </head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(path)s">
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(path)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
+@@ -32,4 +33,4 @@
+       de <em>Uitloggen</em> link te klikken in de hierna volgende schermen.
+ </FORM>
+ </body>
+-</html>
+\ No newline at end of file
++</html>
 Index: templates/nl/private.html
 ===================================================================
---- templates/nl/private.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/nl/private.html	2006-08-15 15:15:00.000000000 +0800
-@@ -1,8 +1,9 @@
- <html>
- <head>
-     <title>%(realname)s Prive Archief beveiligd</title>
-+<script>function sf(){document.f.adminpw.focus();}</script>
- </head>
--<body bgcolor="#ffffff">
-+<body bgcolor="#ffffff" onLoad="sf()">
- <FORM METHOD=POST ACTION="%(action)s/">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+--- templates/nl/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/nl/private.html	2006-09-19 16:15:38.000000000 +0200
+@@ -1,9 +1,10 @@
+ <html>
+ <head>
+     <title>%(realname)s Privé-archief Login</title>
++	<script>function sf(){document.f.adminpw.focus();}</script>
+ </head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(action)s">
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(action)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
+@@ -34,4 +35,4 @@
+       als u de browser afsluit, of wanneer u zelf het cookie actief doet verlopen door de pagina 'lidmaatschapsinstellingen' te bezoeken en daar op de link <em>Uitloggen</em> te klikken.
+ </FORM>
+ </body>
+-</html>
+\ No newline at end of file
++</html>
 Index: templates/no/admlogin.html
 ===================================================================
---- templates/no/admlogin.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/no/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/no/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/no/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -516,8 +532,8 @@
      <TR>
 Index: templates/no/private.html
 ===================================================================
---- templates/no/private.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/no/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/no/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/no/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -531,8 +547,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/pl/admlogin.html
 ===================================================================
---- templates/pl/admlogin.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/pl/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/pl/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/pl/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -2,9 +2,10 @@
  <head>
    <title>Uwierzytelnienie %(who)s %(listname)s</title>
@@ -548,8 +564,8 @@
      <TR>
 Index: templates/pl/private.html
 ===================================================================
---- templates/pl/private.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/pl/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/pl/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/pl/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -563,8 +579,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/pt/admlogin.html
 ===================================================================
---- templates/pt/admlogin.html.orig	2006-08-15 15:12:07.000000000 +0800
-+++ templates/pt/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/pt/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/pt/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -580,8 +596,8 @@
      <TR>
 Index: templates/pt/private.html
 ===================================================================
---- templates/pt/private.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/pt/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/pt/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/pt/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -595,8 +611,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/pt_BR/admlogin.html
 ===================================================================
---- templates/pt_BR/admlogin.html.orig	2006-08-15 15:12:09.000000000 +0800
-+++ templates/pt_BR/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/pt_BR/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/pt_BR/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -612,8 +628,8 @@
      <TR>
 Index: templates/pt_BR/private.html
 ===================================================================
---- templates/pt_BR/private.html.orig	2006-08-15 15:12:09.000000000 +0800
-+++ templates/pt_BR/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/pt_BR/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/pt_BR/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -627,8 +643,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/ru/admlogin.html
 ===================================================================
---- templates/ru/admlogin.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/ru/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/ru/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/ru/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -644,8 +660,8 @@
      <TR>
 Index: templates/ru/private.html
 ===================================================================
---- templates/ru/private.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/ru/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/ru/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/ru/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -659,74 +675,80 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/sr/admlogin.html
 ===================================================================
---- templates/sr/admlogin.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/sr/admlogin.html	2006-08-15 15:15:00.000000000 +0800
-@@ -1,9 +1,10 @@
- <html>
- <head>
-   <title>%(listname)s %(who)s Authentication</title>
--<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
--<body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(path)s">
-+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script>function sf(){document.f.adminpw.focus();}</script>
-+</head>
-+<body bgcolor="#ffffff" onLoad="sf()">
-+<FORM METHOD=POST ACTION="%(path)s" name="f">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
+--- templates/sr/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/sr/admlogin.html	2006-09-19 16:15:38.000000000 +0200
+@@ -1,9 +1,11 @@
+ <html>
+ <head>
+   <title>%(listname)s %(who)s Authentication</title>
+-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(path)s">
++  <script>function sf(){document.f.adminpw.focus();}</script>
++  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
++</head>
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(path)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
 Index: templates/sr/private.html
 ===================================================================
---- templates/sr/private.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/sr/private.html	2006-08-15 15:15:00.000000000 +0800
-@@ -1,8 +1,9 @@
- <html>
- <head>
-     <title>Пријава за улаз у приватну архиву листе: %(realname)s </title>
--<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
--<body bgcolor="#ffffff">
-+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script>function sf(){document.f.adminpw.focus();}</script>
-+</head>
-+<body bgcolor="#ffffff" onLoad="sf()">
- <FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+--- templates/sr/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/sr/private.html	2006-09-19 16:15:38.000000000 +0200
+@@ -1,9 +1,11 @@
+ <html>
+ <head>
+     <title>Пријава за улаз у приватну архиву листе: %(realname)s </title>
+-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(action)s">
++	<script>function sf(){document.f.adminpw.focus();}</script>
++    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
++</head>
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(action)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
 Index: templates/sv/admlogin.html
 ===================================================================
---- templates/sv/admlogin.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/sv/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/sv/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/sv/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
- <html>
- <head>
-   <title>%(listname)s %(who)s Inloggning</title>
-+<script>function sf(){document.f.adminpw.focus();}</script>
- </head>
--<body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(path)s">
-+<body bgcolor="#ffffff" onLoad="sf()">
-+<FORM METHOD=POST ACTION="%(path)s" name="f">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
+ <html>
+ <head>
+   <title>%(listname)s %(who)s Inloggning</title>
++  <script>function sf(){document.f.adminpw.focus();}</script>
+ </head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(path)s">
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(path)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
 Index: templates/sv/private.html
 ===================================================================
---- templates/sv/private.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/sv/private.html	2006-08-15 15:15:00.000000000 +0800
-@@ -1,8 +1,9 @@
- <html>
- <head>
-     <title>%(realname)s Inloggning till Privata Arkiv</title>
-+<script>function sf(){document.f.adminpw.focus();}</script>
- </head>
--<body bgcolor="#ffffff">
-+<body bgcolor="#ffffff" onLoad="sf()">
- <FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+--- templates/sv/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/sv/private.html	2006-09-19 16:15:38.000000000 +0200
+@@ -1,9 +1,10 @@
+ <html>
+ <head>
+     <title>%(realname)s Inloggning till Privata Arkiv</title>
++	<script>function sf(){document.f.username.focus();}</script>
+ </head>
+-<body bgcolor="#ffffff">
+-<FORM METHOD=POST ACTION="%(action)s">
++<body bgcolor="#ffffff" onLoad="sf()">
++<FORM METHOD=POST ACTION="%(action)s" name="f">
+ %(message)s
+   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+     <TR>
 Index: templates/uk/admlogin.html
 ===================================================================
---- templates/uk/admlogin.html.orig	2006-08-15 15:12:08.000000000 +0800
-+++ templates/uk/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/uk/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/uk/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -742,8 +764,8 @@
      <TR>
 Index: templates/uk/private.html
 ===================================================================
---- templates/uk/private.html.orig	2006-08-15 15:12:09.000000000 +0800
-+++ templates/uk/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/uk/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/uk/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -757,8 +779,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/zh_CN/admlogin.html
 ===================================================================
---- templates/zh_CN/admlogin.html.orig	2006-08-15 15:12:09.000000000 +0800
-+++ templates/zh_CN/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/zh_CN/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/zh_CN/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>
@@ -774,8 +796,8 @@
      <TR>
 Index: templates/zh_CN/private.html
 ===================================================================
---- templates/zh_CN/private.html.orig	2006-08-15 15:12:09.000000000 +0800
-+++ templates/zh_CN/private.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/zh_CN/private.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/zh_CN/private.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,8 +1,9 @@
  <html>
  <head>
@@ -789,8 +811,8 @@
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 Index: templates/zh_TW/admlogin.html
 ===================================================================
---- templates/zh_TW/admlogin.html.orig	2006-08-15 15:12:09.000000000 +0800
-+++ templates/zh_TW/admlogin.html	2006-08-15 15:15:00.000000000 +0800
+--- templates/zh_TW/admlogin.html.orig	2006-09-19 16:12:11.000000000 +0200
++++ templates/zh_TW/admlogin.html	2006-09-19 16:15:38.000000000 +0200
 @@ -1,9 +1,10 @@
  <html>
  <head>




More information about the Pkg-mailman-hackers mailing list