diff options
| -rw-r--r-- | templates/listinfo.html | 80 |
1 files changed, 43 insertions, 37 deletions
diff --git a/templates/listinfo.html b/templates/listinfo.html index 931eae1b3..c0c30e3e5 100644 --- a/templates/listinfo.html +++ b/templates/listinfo.html @@ -53,43 +53,49 @@ <tr> <td colspan="2"> <P> - Subscribe to <MM-List-Name> by filling out the following form:</P> - + Subscribe to <MM-List-Name> by filling out the following + form. + <MM-List-Subscription-Msg> <ul> - <MM-Form-Start> + <MM-Form-Start> <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" - WIDTH="57%" HEIGHT= "112"> - <TR> - <TD BGCOLOR="#dddddd" WIDTH="55%">Your E-mail address:</TD> - <TD WIDTH="33%"><MM-Subscribe-Box> - </TD> - <TD WIDTH="12%"> </TD></TR> - <TR> - <TD COLSPAN="2" COLSPAN="3"><FONT SIZE=-1>You must enter a - privacy password. This provides only very mild security, - but should help prevent others from messing with - your subscription. Your privacy password will be - e-mailed to you once a month as a - reminder. - </TD> - </TR> - <TR> - <TD BGCOLOR="#dddddd">Your Privacy password:</TD> - <TD><MM-New-Password-Box></TD> - <TD> </TD></TR> - <TR> - <TD BGCOLOR="#dddddd">Again to confirm:</TD> - <TD><MM-Confirm-Password></TD> - <TD> </TD></TR> - <tr> - <td colspan="3">Would you like to receive mail in - digested form? No <MM-Undigest-Radio-Button> - Yes <MM-Digest-Radio-Button> </TD></TR> - </TABLE> - <MM-Subscribe-Button></P> - </ul> - </td> + WIDTH="70%" HEIGHT= "112"> + <TR> + <TD BGCOLOR="#dddddd" WIDTH="55%">Your email address:</TD> + <TD WIDTH="33%"><MM-Subscribe-Box> + </TD> + <TD WIDTH="12%"> </TD></TR> + <TR> + <TD COLSPAN="3"><FONT SIZE=-1>You must enter a + privacy password. This provides only mild security, + but should prevent others from messing with your + subscription. Once a month, your privacy passwords + will be emailed to you as a reminder. + </TD> + </TR> + <TR> + <TD BGCOLOR="#dddddd">Your Privacy password:</TD> + <TD><MM-New-Password-Box></TD> + <TD> </TD></TR> + <TR> + <TD BGCOLOR="#dddddd">Again to confirm:</TD> + <TD><MM-Confirm-Password></TD> + <TD> </TD></TR> + <tr> + <td>Would you like to receive list mail batched in a daily + digest? + </td> + <td><MM-Undigest-Radio-Button> No + <MM-Digest-Radio-Button> Yes + </TD> </tr> + <tr> + <td colspan="3"> + <center><MM-Subscribe-Button></P></center> + </TABLE> + </ul> + </td> + </tr> <TR> <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> <B>Editing Your <MM-List-Name> Subscription Options and @@ -98,7 +104,7 @@ </TR> <tr> <td colspan="2" WIDTH="100%"> - <b><em>Either</em></b> type in your email address to edit your + <b><em>Either</em></b> enter your email address to edit your options: <mm-change-info> <mm-info-button> <BR> @@ -107,13 +113,13 @@ </td> </tr> <TR WIDTH="100%" VALIGN="top"> - <TD BGCOLOR="#FFF0D0"> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> <center> <B><mm-num-reg-users> Non-digested Members of <MM-List-Name>:</B> </center> </TD> - <TD BGCOLOR="#FFF0D0"> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> <center> <B><mm-num-digesters> Digested Members of <MM-List-Name>:</B> </center> |
