diff options
author | dirk astrath <cacert-dev@fidocon.de> | 2010-12-14 20:49:43 +0100 |
---|---|---|
committer | dirk astrath <cacert-dev@fidocon.de> | 2010-12-14 20:49:43 +0100 |
commit | 8fe30daa7e89e15caa14054af72bedbe5bd11602 (patch) | |
tree | 9977cb5b9d7a6b168c54bced9e0e19314129358c /pages/wot/10.php | |
parent | aaa11c69b4b04c4169a0c3b5c70937eb0bc61013 (diff) | |
download | cacert-devel-8fe30daa7e89e15caa14054af72bedbe5bd11602.tar.gz cacert-devel-8fe30daa7e89e15caa14054af72bedbe5bd11602.tar.xz cacert-devel-8fe30daa7e89e15caa14054af72bedbe5bd11602.zip |
corrected thawte-patch according to last arbitrations/database/...
Diffstat (limited to 'pages/wot/10.php')
-rw-r--r-- | pages/wot/10.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/pages/wot/10.php b/pages/wot/10.php index fefc84c..2c2e620 100644 --- a/pages/wot/10.php +++ b/pages/wot/10.php @@ -45,6 +45,11 @@ <td class="DataTD"><?=sprintf(_("You have made %s assurances which ranks you as the #%s top assurer."), intval($rc), intval($rank))?></td> </tr> </table> +<center> +<br> +<?=sprintf(_("The calculation of points will be changed in the near future. Please check the new calculation %s here %s"),"<a href='/wot.php?id=15'></strong>","</a>")?> +<br> +</center> <br> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> @@ -83,9 +88,17 @@ </table> <? if ($thawte) - echo "<br><strong style='color: red'>Your Thawte-Points will be revoked as of November 16, 2010. Please check new calculation <a href='/wot.php?id=15'></strong>here</a>"; +{ ?> <br> +<center> +<strong style='color: red'> +<?=_("Your Thawte-Points will be revoked in the near future. Please check new calculation!");?> +<br> +</strong> +</center> +<?}?> +<br> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> <td colspan="6" class="title"><?=_("Assurance Points You Issued")?></td> |