diff options
author | bwarsaw <> | 2003-04-19 04:57:44 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-19 04:57:44 +0000 |
commit | 1a07013f3b027ea660ad9d6d4d551dd1c92adb6f (patch) | |
tree | a2db8059ccd908d7a338a6a613a4cd4107db097c /templates | |
parent | 2915af94a5b9e208ca7a9fd414854017c967179d (diff) | |
download | mailman2-1a07013f3b027ea660ad9d6d4d551dd1c92adb6f.tar.gz mailman2-1a07013f3b027ea660ad9d6d4d551dd1c92adb6f.tar.xz mailman2-1a07013f3b027ea660ad9d6d4d551dd1c92adb6f.zip |
Backport from the trunk, and catalog regeneration.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.in | 3 | ||||
-rw-r--r-- | templates/de/listinfo.html | 9 | ||||
-rw-r--r-- | templates/fr/listinfo.html | 4 | ||||
-rw-r--r-- | templates/fr/private.html | 2 |
4 files changed, 13 insertions, 5 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index 17db2c1f..7aaf1a3d 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -42,7 +42,8 @@ TEMPLATEDIR= $(prefix)/templates SHELL= /bin/sh -LANGUAGES= big5 cs en es et de fi fr gb hu it ja ko lt nl no pt_BR ru sv +LANGUAGES= big5 cs en es et de fi fr gb hu it ja ko lt nl \ + no pt pt_BR ru sv # Modes for directories and executables created by the install # process. Default to group-writable directories but diff --git a/templates/de/listinfo.html b/templates/de/listinfo.html index 5d7aa9d5..c387d3b0 100644 --- a/templates/de/listinfo.html +++ b/templates/de/listinfo.html @@ -103,6 +103,7 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> Benutzerführung?</TD> <TD> <MM-list-langs></TD> <TD> </TD></TR> + <mm-digest-question-start> <tr> <td>Möchten Sie die Listenmails gebündelt in Form einer täglichen Zusammenfassung (digest) erhalten? @@ -111,6 +112,7 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> <MM-Digest-Radio-Button>Ja </TD> </tr> + <mm-digest-question-end> <tr> <td colspan="3"> <center><MM-Subscribe-Button></P></center> @@ -130,7 +132,12 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> <MM-Roster-Form-Start> <MM-Roster-Option> <MM-Form-End> - <p> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">Austragen / Änderungen einer Mailadresse</FONT></B> + </TD> + </TR> + <TD COLSPAN="2" WIDTH="100%"> <MM-Options-Form-Start> <MM-Editing-Options> <MM-Form-End> diff --git a/templates/fr/listinfo.html b/templates/fr/listinfo.html index 0d27df31..e89c27d9 100644 --- a/templates/fr/listinfo.html +++ b/templates/fr/listinfo.html @@ -1,4 +1,4 @@ -<!-- $Revision: 6291 $ --> +<!-- $Revision: 6353 $ --> <html> <head> <title>Page d'infos de <MM-List-Name></title> @@ -73,7 +73,7 @@ </tr> <tr> <td bgcolor="#dddddd" width="55%">Votre nom (facultatif):</td> - <td width="33%"><mm-fullname-box</td> + <td width="33%"><mm-fullname-box></td> <td width="12%"> </td> </tr> <tr> diff --git a/templates/fr/private.html b/templates/fr/private.html index 42a9989f..3947f80b 100644 --- a/templates/fr/private.html +++ b/templates/fr/private.html @@ -5,7 +5,7 @@ </head> <body bgcolor="#ffffff"> -<form method="post" action="%(action)s/"></form> +<form method="post" action="%(action)s/"> %(message)s <table width="100%%" border="0" cellspacing="4" cellpadding="5"> <tr> |