diff options
| -rw-r--r-- | templates/listinfo.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/listinfo.html b/templates/listinfo.html index 476d9a1a4..788a26e13 100644 --- a/templates/listinfo.html +++ b/templates/listinfo.html @@ -28,7 +28,9 @@ <td colspan="2"> <P><MM-List-Info></P> <p> To see the collection of prior postings to the list, - visit the <MM-Archive><MM-List-Name> Archives</MM-Archive>. + visit the <MM-Archive><MM-List-Name> + Archives</MM-Archive>. + <MM-Restricted-List-Message> </p> </TD> </TR> @@ -39,7 +41,7 @@ </TR> <tr> <td colspan="2"> - To post a message to the list membership, send email to + To post a message to the all the list members, send email to <A HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>. <p>You can subscribe to the list, or change your existing @@ -69,16 +71,17 @@ <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. + subscription. Do not use valuable passwords! Once a + month, your passwords will be emailed to you as a + reminder. </TD> </TR> <TR> - <TD BGCOLOR="#dddddd">Your Privacy password:</TD> + <TD BGCOLOR="#dddddd">Pick a password:</TD> <TD><MM-New-Password-Box></TD> <TD> </TD></TR> <TR> - <TD BGCOLOR="#dddddd">Again to confirm:</TD> + <TD BGCOLOR="#dddddd">Reenter password to confirm:</TD> <TD><MM-Confirm-Password></TD> <TD> </TD></TR> <tr> |
