diff options
author | INOPIAE <inopiae@cacert.org> | 2013-06-09 20:12:37 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-06-09 20:12:37 +0200 |
commit | bc07a929dbc01138feebc39f17036e3635ad8b68 (patch) | |
tree | c683387a16acbc48b4bc23fdff30cd801f6a6336 /pages/wot | |
parent | 85c165f5c26c00b3b431ddc2861f65b4043ee806 (diff) | |
download | cacert-devel-bc07a929dbc01138feebc39f17036e3635ad8b68.tar.gz cacert-devel-bc07a929dbc01138feebc39f17036e3635ad8b68.tar.xz cacert-devel-bc07a929dbc01138feebc39f17036e3635ad8b68.zip |
bug 1137: corrected some checks in wot.inc.php and wot.php
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/6.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index a1f7489..fda3fc3 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -55,7 +55,5 @@ AssureBoxLine("rules",_("I have read and understood the CAcert Community Agreement (CCA), Assurance Policy and the Assurance Handbook. I am making this Assurance subject to and in compliance with the CCA, Assurance policy and handbook."),array_key_exists('rules',$_POST) && $_POST['rules'] == 1); AssureTextLine(_("Policy"),"<a href=\"/policy/CAcert Community Agreement.php\" target=\"_blank\">"._("CAcert Community Agreement")."</a> -<a href=\"/policy/AssurancePolicy.php\" target=\"_blank\">"._("Assurance Policy")."</a> - <a href=\"http://wiki.cacert.org/AssuranceHandbook2\" target=\"_blank\">"._("Assurance Handbook")."</a>"); AssureInboxLine("points",_("Points"),"","<br />(Max. ".maxpoints().")"); -// AssureCCABoxLine("CCAAgreed",sprintf(_("Check this box only if %s agreed to the <a href=\"/policy/CAcertCommunityAgreement.php\">CAcert Community Agreement</a>"),$fname)); -// AssureCCABoxLine("CCAAgree",_("Check this box only if YOU agree to the <a href=\"/policy/CAcertCommunityAgreement.php\">CAcert Community Agreement</a>")); AssureFoot($id,_("I confirm this Assurance")); ?> |