diff options
| author | bwarsaw | 2001-03-24 03:57:42 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-03-24 03:57:42 +0000 |
| commit | 0121caaf15898cde2105953c59a9bf88d0eed79c (patch) | |
| tree | 210cb43bde5cc7f2cbf37d75c746423863ff0bc4 | |
| parent | 46b02484f102d2ec7b1aeb5220d7661f3e565a7b (diff) | |
| download | mailman-0121caaf15898cde2105953c59a9bf88d0eed79c.tar.gz mailman-0121caaf15898cde2105953c59a9bf88d0eed79c.tar.zst mailman-0121caaf15898cde2105953c59a9bf88d0eed79c.zip | |
Integrate Juan Carlos patch to add the preferred language menu to the
this page.
| -rw-r--r-- | templates/roster.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/roster.html b/templates/roster.html index 74041841c..862aa835e 100644 --- a/templates/roster.html +++ b/templates/roster.html @@ -1,4 +1,4 @@ -<!-- $Revision: 2858 $ --> +<!-- $Revision: 3180 $ --> <HTML> <HEAD> <TITLE><MM-List-Name> Subscribers</TITLE> @@ -9,14 +9,17 @@ <P> <TABLE WIDTH="100%" COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> - <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> Subscribers</FONT></B> </TD> + <td colspan="1" width="100%" bgcolor="#99ccff"> + <MM-lang-form-start><MM-displang-box><MM-list-langs> + <MM-form-end> + </td> </TR> <TR> <TD COLSPAN="2" WIDTH="100%" ALIGN="CENTER"> - <P>Click on your address to visit your subscription options page.<br><I>(Parenthesized entries have list delivery disabled.)</I></P> |
