diff options
author | Michael Tänzer <neo@nhng.de> | 2012-04-29 00:33:12 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-04-29 00:33:12 +0200 |
commit | 5876c06b559f1738381c2998c5ff53d13760e1e0 (patch) | |
tree | a0cdb4afd155b652f2cffae6d53feb9f655d7229 | |
parent | 8184d0ab3a41d9caa61b4d731a2fa9748c00b896 (diff) | |
parent | ee545c68b6da56406a3da7efcf5298b2c78449b4 (diff) | |
download | cacert-devel-5876c06b559f1738381c2998c5ff53d13760e1e0.tar.gz cacert-devel-5876c06b559f1738381c2998c5ff53d13760e1e0.tar.xz cacert-devel-5876c06b559f1738381c2998c5ff53d13760e1e0.zip |
Merge branch 'bug-1002' into release
-rw-r--r-- | www/wot.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php index 66bf7cb..bf5d301 100644 --- a/www/wot.php +++ b/www/wot.php @@ -444,7 +444,14 @@ $iecho= "c"; { sendmail($user['email'], "[CAcert.org] ".$_REQUEST['subject'], $_REQUEST['message'], $_SESSION['profile']['email'], "", "", $_SESSION['profile']['fname']." ".$_SESSION['profile']['lname']); - show_page("ContactAssurer",_("Your email has been sent to")." ".$user['fname'].".<br />[ <a href='javascript:history.go(-2)'>"._("Go Back")."</a> ]",""); + + showheader(_("My CAcert.org Account!"));?> + <p> + <? printf(_("Your email has been sent to %s."), $user['fname']); ?> + </p> + <p>[ <a href='javascript:history.go(-2)'><?= _("Go Back") ?></a> ]</p> + <? + showfooter(); exit; } else { show_page(0,"",_("Sorry, I was unable to locate that user.")); |