diff options
Diffstat (limited to 'html/mailinglist.phtml')
| -rw-r--r-- | html/mailinglist.phtml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/mailinglist.phtml b/html/mailinglist.phtml index a01089ec..dd63aafc 100644 --- a/html/mailinglist.phtml +++ b/html/mailinglist.phtml @@ -48,21 +48,23 @@ announcements. No junk mail will be forwarded to list members. <td width="30%">Your name:</td> <td width="70%"><input type=text name="name" size="40"></td> </tr> +<tr> <td width="30%">Email address:</td> <td width="70%"><input type=text name="email" size="40"></td> </tr> +<tr> <td width="30%"><input type=radio name="subscribe" value="yes" checked></td> <td width="70%">Please add me to the mailing list.</td> </tr> -</tr> +<tr> <td width="30%"><input type=radio name="subscribe" value="no"></td> <td width="70%">Please remove me from the mailing list.</td> </tr> </table> <input type=submit value="Send request"> </form> +<p> </p> - <?php click_to_go_back(); footer(); |
