diff options
Diffstat (limited to 'html/register.phtml')
| -rw-r--r-- | html/register.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html/register.phtml b/html/register.phtml index b4a40943..5772d9b6 100644 --- a/html/register.phtml +++ b/html/register.phtml @@ -44,14 +44,17 @@ again, so return to <?php link_root("download","the download page.") ?> <td width="70%"><input type=text name="name" size="40" value="<?php echo $name;?>"></td> </tr> +<tr> <td width="30%">Email address:</td> <td width="70%"><input type=text name="email" size="40" value="<?php echo $email;?>"></td> </tr> +<tr> <td width="30%">Site name:</td> <td width="70%"><input type=text name="site" size="40" value="<?php echo $site;?>"></td> </tr> +<tr> <td width="30%"><input type=checkbox name="mailinglist" <?php if ($mailinglist) print "checked"; ?>></td> <td width="70%">Please add me to the mailing list.</td> |
