diff options
| author | bwarsaw | 2001-03-24 03:55:55 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-03-24 03:55:55 +0000 |
| commit | 488bbc35abace752b116ee9af5b2d70056374e58 (patch) | |
| tree | f398dbced92c9dbbe1e7aff01ef5fbfafa03769d | |
| parent | d2b1c29d2679fa5c6f9713d8328517100d370cd1 (diff) | |
| download | mailman-488bbc35abace752b116ee9af5b2d70056374e58.tar.gz mailman-488bbc35abace752b116ee9af5b2d70056374e58.tar.zst mailman-488bbc35abace752b116ee9af5b2d70056374e58.zip | |
Integrate Juan Carlos patch to add the preferred language menu to the
subscription section (slightly reworded by Barry).
| -rw-r--r-- | templates/listinfo.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/templates/listinfo.html b/templates/listinfo.html index df9623bcb..ec8089436 100644 --- a/templates/listinfo.html +++ b/templates/listinfo.html @@ -1,4 +1,4 @@ -<!-- $Revision: 3054 $ --> +<!-- $Revision: 3178 $ --> <HTML> <HEAD> <TITLE><MM-List-Name> Info Page</TITLE> @@ -6,7 +6,6 @@ </HEAD> <BODY BGCOLOR="#ffffff"> - <MM-Subscribe-Form-Start> <P> <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -21,9 +20,15 @@ </td> </tr> <tr> - <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> <B><FONT COLOR="#000000">About <MM-List-Name></FONT></B> </TD> + <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> <td colspan="2"> @@ -89,6 +94,12 @@ <TD><MM-Confirm-Password></TD> <TD> </TD></TR> <tr> + <TD BGCOLOR="#dddddd">Which language would you like to use for + your interactions with this list?</TD> + <TD> <MM-list-langs></TD> + <TD> </TD></TR> + + <tr> <td>Would you like to receive list mail batched in a daily digest? </td> |
