summaryrefslogtreecommitdiff
path: root/pages/wot/6.php
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-01-12 23:13:02 +0100
committerINOPIAE <inopiae@cacert.org>2013-01-12 23:13:02 +0100
commitcc88dab218df45cad0a963d33e69934f5f212715 (patch)
treedf9728a19ec745c61e4682a155810d56417eab58 /pages/wot/6.php
parentea3030cdf3dd8f11a8bb5f588ebb3573765c7084 (diff)
downloadcacert-devel-cc88dab218df45cad0a963d33e69934f5f212715.tar.gz
cacert-devel-cc88dab218df45cad0a963d33e69934f5f212715.tar.xz
cacert-devel-cc88dab218df45cad0a963d33e69934f5f212715.zip
bug 1137: added include notary.inc.php in wot.php.
Diffstat (limited to 'pages/wot/6.php')
-rw-r--r--pages/wot/6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php
index 7403f5b..8fd4207 100644
--- a/pages/wot/6.php
+++ b/pages/wot/6.php
@@ -50,7 +50,7 @@
AssureBoxLine("CCAAgreed",sprintf(_("I verify that %s %s %s accepted the CAcert Community Agreement."), $fname, $mname, $lname),array_key_exists('CCAAgreed',$_POST) && $_POST['CCAAgreed'] == 1);
AssureInboxLine("location",_("Location"),array_key_exists('location',$_SESSION['_config'])?$_SESSION['_config']['location']:"","");
AssureInboxLine("date",_("Date"),array_key_exists('date',$_SESSION['_config'])?$_SESSION['_config']['date']:date("Y-m-d"),"<br/>"._("The date when the assurance took place. Please adjust the date if you assured the person on a different day"));
- AssureTextLine(_("Only tick the next box if the Assurance was face to face."));
+ 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>");