diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/40.php | 4 | ||||
-rw-r--r-- | pages/index/11.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pages/account/40.php b/pages/account/40.php index b4be372..ecbc4c5 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -36,14 +36,14 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s <input name="robotest" type="text" id="robotest" class="robotest" /> </p> <table border="0"> - <tr><td width="100"><?=_("Your Name")?>:</td><td colspan="3" width="300"><input type="text" name="who"></td> + <tr><td width="100"><?=_("Your Name")?>:</td><td width="100"><input type="text" name="who"></td><td width="100"></td><td width="100"></td> <tr><td width="100"><?=_("Your Email")?>:</td><td colspan="3"><input type="text" name="email"></td> <tr><td width="100"><?=_("Subject")?>:</td><td colspan="3"><input type="text" name="subject"></td></tr> <tr><td width="100" valign="top"><?=_("Message")?>:</td><td colspan="3"><textarea name="message" cols="70" rows="10"></textarea></td></tr> <tr> <td colspan="2"><font color="#ff0000"><?=_("Warning: Please do not use send to mailing list when you entered confidential data. The request is being sent to a public mailinglist.")?></font></td> - <td colspan="2"><?=_("For confidential data use send to support.")?></font></td> + <td colspan="2"><?=_("For confidential data use send to support.")?></td> </tr> <tr> <td colspan="2"><input type="submit" name="process[0]" value="<?=_("Send to mailing list")?>"></td> diff --git a/pages/index/11.php b/pages/index/11.php index 583cd0b..43ffea9 100644 --- a/pages/index/11.php +++ b/pages/index/11.php @@ -36,14 +36,14 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s <input name="robotest" type="text" id="robotest" class="robotest" /> </p> <table border="0"> - <tr><td width="100"><?=_("Your Name")?>:</td><td colspan="3" width="300"><input type="text" name="who"></td> + <tr><td width="100"><?=_("Your Name")?>:</td><td width="100"><input type="text" name="who"></td><td width="100"></td><td width="100"></td> <tr><td width="100"><?=_("Your Email")?>:</td><td colspan="3"><input type="text" name="email"></td> <tr><td width="100"><?=_("Subject")?>:</td><td colspan="3"><input type="text" name="subject"></td></tr> <tr><td width="100" valign="top"><?=_("Message")?>:</td><td colspan="3"><textarea name="message" cols="70" rows="10"></textarea></td></tr> <tr> <td colspan="2"><font color="#ff0000"><?=_("Warning: Please do not use send to mailing list when you entered confidential data. The request is being sent to a public mailinglist.")?></font></td> - <td colspan="2"><?=_("For confidential data use send to support.")?></font></td> + <td colspan="2"><?=_("For confidential data use send to support.")?></td> </tr> <tr> <td colspan="2"><input type="submit" name="process[0]" value="<?=_("Send to mailing list")?>"></td> |