diff options
| author | bwarsaw | 2001-07-20 00:12:16 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-07-20 00:12:16 +0000 |
| commit | 39bf2fca9003b36c7ac72ab7c0d99b85c9052801 (patch) | |
| tree | 877b35b0b5f972186dcb1908475c6bf2f8defe44 | |
| parent | 80cf135027db878b7ee60a335f8ce9375eeb9005 (diff) | |
| download | mailman-39bf2fca9003b36c7ac72ab7c0d99b85c9052801.tar.gz mailman-39bf2fca9003b36c7ac72ab7c0d99b85c9052801.tar.zst mailman-39bf2fca9003b36c7ac72ab7c0d99b85c9052801.zip | |
Add a fullname box, in which the user can optionally type their name.
| -rw-r--r-- | templates/en/listinfo.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/en/listinfo.html b/templates/en/listinfo.html index 1056b7e77..ace1fc4c4 100644 --- a/templates/en/listinfo.html +++ b/templates/en/listinfo.html @@ -1,4 +1,4 @@ -<!-- $Revision: 3656 $ --> +<!-- $Revision: 3749 $ --> <HTML> <HEAD> <TITLE><MM-List-Name> Info Page</TITLE> @@ -72,6 +72,10 @@ <TD WIDTH="33%"><MM-Subscribe-Box> </TD> <TD WIDTH="12%"> </TD></TR> + <tr> + <td bgcolor="#dddddd" width="55%">Your name (optional):</td> + <td width="33%"><mm-fullname-box></td> + <TD WIDTH="12%"> </TD></TR> <TR> <TD COLSPAN="3"><FONT SIZE=-1>You may enter a privacy password below. This provides only mild security, |
