diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-12 00:47:53 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-12 00:47:53 +0100 |
commit | 05101320a3a74bd6d443e839af677e88e3fcff87 (patch) | |
tree | cae8cbdb52b71abc2ef8218b6205562af9946143 /pages/index/11.php | |
parent | f0da20b3f59011ee6856e360ccb28edebebd5f12 (diff) | |
download | cacert-devel-05101320a3a74bd6d443e839af677e88e3fcff87.tar.gz cacert-devel-05101320a3a74bd6d443e839af677e88e3fcff87.tar.xz cacert-devel-05101320a3a74bd6d443e839af677e88e3fcff87.zip |
bug 795:layout fix
Diffstat (limited to 'pages/index/11.php')
-rw-r--r-- | pages/index/11.php | 4 |
1 files changed, 2 insertions, 2 deletions
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> |