diff options
| -rw-r--r-- | templates/options.html | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/templates/options.html b/templates/options.html index 5385bd642..06fab50bf 100644 --- a/templates/options.html +++ b/templates/options.html @@ -22,23 +22,24 @@ emailed to the address you're subscribed from.<p> <a name=options> <h3> User Options </h3> <strong>Current values are checked.</strong><p> -<table border=1><tr><td> -<strong> Set Digest Mode</strong> <br> -If you turn digest mode on, you'll get posts bundled together instead of one post at a time.<br> -<MM-Digest-Radio-Button> On -<MM-Undigest-Radio-Button> Off<p> -</td></tr> +<table border=1> <tr><td> <strong> Disable mail delivery </strong> <br> -Turn this on if you want mail not to be delivered to you for a little while.<br> +Turn this on if you want mail to not be delivered to you for a little while.<br> <mm-delivery-enable-button> Off <mm-delivery-disable-button> On <p> </td></tr> <tr><td> -<strong> Get Fancy Digests or Text Digests?</strong> <br> -If you have any problems with digests, select plain text. <br> -<MM-Plain-Digests-Button> Plain Text -<MM-Fancy-Digests-Button> Fancy (MIME) <p> +<strong> Set Digest Mode</strong> <br> +If you turn digest mode on, you'll get posts bundled together instead of one post at a time.<br> +<MM-Undigest-Radio-Button> Off +<MM-Digest-Radio-Button> On <p> +</td></tr> +<tr><td> +<strong> Get MIME or Plain Text Digests?</strong> <br> +If you have any problems with MIME digests, select plain text. <br> +<MM-Mime-Digests-Button> MIME +<MM-Plain-Digests-Button> Plain Text <p> </td></tr> <tr><td> <strong> Receive posts you send to the list? </strong><br> @@ -47,13 +48,13 @@ If you have any problems with digests, select plain text. <br> </td></tr> <tr><td> <strong> Receive acknowlegement mail when you send mail to the list? </strong><br> -<mm-ack-posts-button> Yes -<mm-dont-ack-posts-button> No <p> +<mm-dont-ack-posts-button> No +<mm-ack-posts-button> Yes <p> </td></tr> <tr><td> <strong> Conceal yourself from subscriber list? </strong><br> -<MM-Hide-Subscription-Button> Yes -<MM-Public-Subscription-Button> No <p> +<MM-Public-Subscription-Button> No +<MM-Hide-Subscription-Button> Yes <p> </td></tr> <tr><td> Password: <MM-Digest-Pw-Box> <MM-Digest-Submit><p> |
