diff options
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> |