summaryrefslogtreecommitdiff
path: root/pages/wot
diff options
context:
space:
mode:
authorMartin Gummi <martin.gummi@gmx.net>2013-09-11 01:38:18 +0200
committerMartin Gummi <martin.gummi@gmx.net>2013-09-11 01:38:18 +0200
commitdfff5dd4cd03369eeac71430513c2073d41a4538 (patch)
tree0c73fc5e2ca3e3a8cc5363d874318c9255b51b93 /pages/wot
parentedf992df1e2e3eb2c1d324bcb309f379c14ced75 (diff)
downloadcacert-devel-dfff5dd4cd03369eeac71430513c2073d41a4538.tar.gz
cacert-devel-dfff5dd4cd03369eeac71430513c2073d41a4538.tar.xz
cacert-devel-dfff5dd4cd03369eeac71430513c2073d41a4538.zip
bug-1208: all names shown on all text lines
Diffstat (limited to 'pages/wot')
-rw-r--r--pages/wot/6.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php
index 22bdd85..494ad84 100644
--- a/pages/wot/6.php
+++ b/pages/wot/6.php
@@ -65,15 +65,15 @@
require_once($_SESSION['_config']['filepath']."/includes/notary.inc.php");
- AssureHead(_("Assurance Confirmation"),sprintf(_("Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance."), $fname));
+ AssureHead(_("Assurance Confirmation"),sprintf(_("Please check the following details match against what you witnessed when you met %s %s %s %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance."), $fname, $mname, $lname, $suffix));
AssureTextLine(_("Name"), sprintf(
"<span class=\"accountdetail name\"><span class=\"accountdetail fname\">%s</span> <span class=\"accountdetail mname\">%s</span> <span class=\"accountdetail lname\">%s</span> <span class=\"accountdetail suffix\">%s</span></span>",
$fname, $mname, $lname, $suffix
));
AssureTextLine(_("Date of Birth"),$dob_print);
AssureMethodLine(_("Method"),$methods,'');
- AssureBoxLine("certify",sprintf(_("I certify that %s %s %s has appeared in person."), $fname, $mname, $lname),array_key_exists('certify',$_POST) && $_POST['certify'] == 1);
- AssureBoxLine("CCAAgreed",sprintf(_("I verify that %s %s %s has accepted the CAcert Community Agreement."), $fname, $mname, $lname),array_key_exists('CCAAgreed',$_POST) && $_POST['CCAAgreed'] == 1);
+ AssureBoxLine("certify",sprintf(_("I certify that %s %s %s %s has appeared in person."), $fname, $mname, $lname, $suffix),array_key_exists('certify',$_POST) && $_POST['certify'] == 1);
+ AssureBoxLine("CCAAgreed",sprintf(_("I verify that %s %s %s %s has accepted the CAcert Community Agreement."), $fname, $mname, $lname, $suffix),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 (YYYY-MM-DD)."));
AssureTextLine("",_("Only tick the next box if the Assurance was face to face."));