diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-12 00:29:01 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-12 00:29:01 +0100 |
commit | 416d776e7243a942b21151cc503ab44830dec6ca (patch) | |
tree | 5df21f92474c85d0565504769d3ac45c0d4e6ef4 /pages/index/11.php | |
parent | eb10111cf01bbb864c67e21b2bb20701e49ad3ee (diff) | |
download | cacert-devel-416d776e7243a942b21151cc503ab44830dec6ca.tar.gz cacert-devel-416d776e7243a942b21151cc503ab44830dec6ca.tar.xz cacert-devel-416d776e7243a942b21151cc503ab44830dec6ca.zip |
bug 792:layout in forms, code in www/account.php
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 95488b7..8a52c10 100644 --- a/pages/index/11.php +++ b/pages/index/11.php @@ -42,8 +42,8 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s <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" width="200"><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" width="200"><?=_("For confidential data use send to support.")?></font></td> + <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> </tr> <tr> <td colspan="2"><input type="submit" name="process[0]" value="<?=_("Send to mailing list")?>"></td> |