diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-14 22:26:44 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-14 22:26:44 +0200 |
commit | 32c9710e36d3b73f7257a8e590412bb109e6d407 (patch) | |
tree | 6fe80aa94c5beabc92827da949309159a30d56b0 /pages | |
parent | 5e2267dc9f2c2bee3b9f65d6610a1059400a57c4 (diff) | |
download | cacert-devel-32c9710e36d3b73f7257a8e590412bb109e6d407.tar.gz cacert-devel-32c9710e36d3b73f7257a8e590412bb109e6d407.tar.xz cacert-devel-32c9710e36d3b73f7257a8e590412bb109e6d407.zip |
bug 1123: implement CCA acception for client certs
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/3.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/account/3.php b/pages/account/3.php index 87484f9..2402ae4 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -114,6 +114,15 @@ if($_SESSION['profile']['points'] >= 50) <tr name="expert"> <td class="DataTD" colspan="2"><textarea name="optionalCSR" cols="80" rows="5"></textarea></td> </tr> + <tr> + <td class="DataTD"> + <input type="checkbox" name="CCA"" /> + </td> + <td class="DataTD" align="left"> + <strong><?=sprintf(_("I accept the CAcert Community Agreement (%s)."),"<a href='/policy/CAcertCommunityAgreement.html'>CCA</a>")?></strong><br /> + <?=_("Please Note: You need to accept the CCA to proceed.")?> + </td> + </tr> <tr> <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>"></td> </tr> |