diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-01-28 15:06:44 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-01-28 15:06:44 -0800 |
commit | 342ced1457cd51d6181a506648f62a800ff18bc7 (patch) | |
tree | 5203379851b2e5850db855888305f06fc7908fa6 /templates/de | |
parent | 7b9209cab3c1f08f1f594399aa140b729ad70760 (diff) | |
download | mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.tar.gz mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.tar.xz mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.zip |
- Backported the listinfo template change from the 2.2 branch to fix
Bug #514050.
Diffstat (limited to 'templates/de')
-rw-r--r-- | templates/de/listinfo.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/de/listinfo.html b/templates/de/listinfo.html index 1b3cb20f..e60153ed 100644 --- a/templates/de/listinfo.html +++ b/templates/de/listinfo.html @@ -1,3 +1,4 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- updated from Revision 1.1 --> <HTML> <HEAD> @@ -7,7 +8,7 @@ <BODY BGCOLOR="#ffffff"> <P> - <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TABLE BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> -- @@ -26,7 +27,6 @@ <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> <MM-lang-form-start><MM-displang-box> <MM-list-langs> <MM-form-end> - <MM-Subscribe-Form-Start> </TD> </TR> <tr> @@ -65,8 +65,9 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> ausfüllen: <MM-List-Subscription-Msg> <ul> + <MM-Subscribe-Form-Start> <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" - WIDTH="70%" HEIGHT= "112"> + WIDTH="70%"> <TR> <TD BGCOLOR="#dddddd" WIDTH="55%">Ihre E-Mailadresse:</TD> <TD WIDTH="33%"><MM-Subscribe-Box> @@ -83,12 +84,12 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> manipulieren. <b>Verwenden Sie kein wertvolles Passwort</b>, da es ab und zu im Klartext an Sie geschickt wird! - <p>Wenn Sie kein Passwort eingeben, wird für Sie ein + <br><br>Wenn Sie kein Passwort eingeben, wird für Sie ein Zufallspasswort generiert und Ihnen zugeschickt, sobald Sie Ihr Abonnement bestätigt haben. Sie können sich Ihr Passwort jederzeit per E-Mail zuschicken lassen, wenn Sie weiter unten die Seite zum ändern Ihrer persönlichen Einstellungen aufrufen. - <MM-Reminder> </TD> + <MM-Reminder> </font></TD> </TR> <TR> <TD BGCOLOR="#dddddd">Wählen Sie ein Passwort:</TD> @@ -115,12 +116,12 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> <mm-digest-question-end> <tr> <td colspan="3"> - <center><MM-Subscribe-Button></P></center> + <center><MM-Subscribe-Button></center> + </td> + </tr> </TABLE> <MM-Form-End> </ul> - </td> - </tr> <TR> <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> <a name="subscribers"> |