diff options
| author | bwarsaw | 2002-11-16 06:10:36 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-16 06:10:36 +0000 |
| commit | 443fc600bd53a3b6a3d52f36c4c6f5bc5add4b6c (patch) | |
| tree | 44c0b412771f57c58e1d1e4c4a045be6ca2d1851 | |
| parent | 81798a9688757cf8c3e652a4d42f620bb6bf94f8 (diff) | |
| download | mailman-443fc600bd53a3b6a3d52f36c4c6f5bc5add4b6c.tar.gz mailman-443fc600bd53a3b6a3d52f36c4c6f5bc5add4b6c.tar.zst mailman-443fc600bd53a3b6a3d52f36c4c6f5bc5add4b6c.zip | |
Translators take note -- I added <mm-digest-question-start> and
<mm-digest-question-end> tags so that this whole section can be
commented out if there is no choice between digest and regular
delivery for this list.
| -rw-r--r-- | templates/en/listinfo.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/en/listinfo.html b/templates/en/listinfo.html index 7d4769314..f83055e28 100644 --- a/templates/en/listinfo.html +++ b/templates/en/listinfo.html @@ -1,4 +1,4 @@ -<!-- $Revision: 3855 $ --> +<!-- $Revision: 5865 $ --> <HTML> <HEAD> <TITLE><MM-List-Name> Info Page</TITLE> @@ -103,6 +103,7 @@ <TD BGCOLOR="#dddddd">Which language do you prefer to display your messages?</TD> <TD> <MM-list-langs></TD> <TD> </TD></TR> + <mm-digest-question-start> <tr> <td>Would you like to receive list mail batched in a daily digest? @@ -111,6 +112,7 @@ <MM-Digest-Radio-Button> Yes </TD> </tr> + <mm-digest-question-end> <tr> <td colspan="3"> <center><MM-Subscribe-Button></P></center> |
