diff options
| author | mailman | 1998-04-02 23:35:48 +0000 |
|---|---|---|
| committer | mailman | 1998-04-02 23:35:48 +0000 |
| commit | 2ee66f8f60e434a62748b7a4451b250eee2d29a8 (patch) | |
| tree | 9ca9d95c04ca935da39a8dc43675641e30a964c0 | |
| parent | ef69c50545fc2b9e12b67f1e3abacb5b921b5052 (diff) | |
| download | mailman-2ee66f8f60e434a62748b7a4451b250eee2d29a8.tar.gz mailman-2ee66f8f60e434a62748b7a4451b250eee2d29a8.tar.zst mailman-2ee66f8f60e434a62748b7a4451b250eee2d29a8.zip | |
Some little refinements (in addition to the bigger ones in mm_html.py)
to improve the layout of the listinfo page. Much of this was spurred
by suggestions from people on lists, eg having difficulty finding
their way to unsubscribing.
| -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> |
