diff options
author | Michael Tänzer <neo@nhng.de> | 2014-01-15 01:03:11 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2014-01-15 01:03:11 +0100 |
commit | bc5cb72198019f4b27aa8e11b250c65cc8ca5717 (patch) | |
tree | 2970ddbd2bfcb5caf8224377ea203f1ccaf7ff1d /pages/wot | |
parent | 41e6ea88f5a2a6ac374f26f2239f87e1d7164255 (diff) | |
parent | 1cbbc32a0b73db83460cf947228bb12ef339ac5a (diff) | |
download | cacert-devel-bc5cb72198019f4b27aa8e11b250c65cc8ca5717.tar.gz cacert-devel-bc5cb72198019f4b27aa8e11b250c65cc8ca5717.tar.xz cacert-devel-bc5cb72198019f4b27aa8e11b250c65cc8ca5717.zip |
Merge remote-tracking branch 'origin/bug-1137' into release
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/6.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index ef8cac7..a565aa7 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -79,7 +79,7 @@ AssureTextLine("",_("Only tick the next box if the Assurance was face to face.")); AssureBoxLine("assertion",_("I believe that the assertion of identity I am making is correct, complete and verifiable. I have seen original documentation attesting to this identity. I accept that the CAcert Arbitrator may call upon me to provide evidence in any dispute, and I may be held responsible."),array_key_exists('assertion',$_POST) && $_POST['assertion'] == 1); 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>"); + AssureTextLine(_("Policy"),"<a href=\"/policy/CAcertCommunityAgreement.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().")"); AssureFoot($id,_("I confirm this Assurance")); ?> |