diff options
author | root <root@cacert1.it-sls.de> | 2012-03-28 00:24:57 +0200 |
---|---|---|
committer | root <root@cacert1.it-sls.de> | 2012-03-28 00:24:57 +0200 |
commit | 49d132b6171040b4ef39288b649aa61699b5a3b8 (patch) | |
tree | 8624e0dcc17d77230d1ec4ee34845d8162866760 /pages/wot/6.php | |
parent | 300b401e04859ea6d02d207ec7813d697d79c3e4 (diff) | |
download | cacert-devel-49d132b6171040b4ef39288b649aa61699b5a3b8.tar.gz cacert-devel-49d132b6171040b4ef39288b649aa61699b5a3b8.tar.xz cacert-devel-49d132b6171040b4ef39288b649aa61699b5a3b8.zip |
bug 1023 changed methods for ttpadmin
Diffstat (limited to 'pages/wot/6.php')
-rw-r--r-- | pages/wot/6.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index 0406727..784e926 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -30,9 +30,11 @@ function makecap() $row = $_SESSION['_config']['notarise']; if($_SESSION['profile']['ttpadmin'] == 1) - $methods = array("Face to Face Meeting", "Trusted 3rd Parties", "TopUP"); - else +// $methods = array("Face to Face Meeting", "Trusted 3rd Parties", "TopUP"); +// else $methods = array("Face to Face Meeting", "Trusted 3rd Parties"); + else + $methods = array("Face to Face Meeting"); $fname = $row['fname']; $mname = $row['mname']; @@ -51,7 +53,7 @@ function makecap() AssureTextLine(_("Date of Birth"),$dob." ("._("YYYY-MM-DD").")"); AssureBoxLine("certify",sprintf(_("I certify that %s %s %s has appeared in person"), $fname, $mname, $lname)); AssureInboxLine("location",_("Location"),array_key_exists('location',$_SESSION['_config'])?$_SESSION['_config']['location']:"",""); - AssureInboxLine("date",_("Date"),array_key_exists('date',$_SESSION['_config'])?$_SESSION['_config']['date']:"","<br/>"._("Only fill this in if you assured the person on a different day")); + AssureInboxLine("date",_("Date"),array_key_exists('location',$_SESSION['_config'])?$_SESSION['_config']['location']:"","<br/>"._("Only fill this in if you assured the person on a different day")); if($_SESSION['profile']['ttpadmin'] == 1) AssureMethodLine(_("Method"),$methods,_("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.")); |