diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-14 22:03:19 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-14 22:27:04 +0200 |
commit | 654323f9f22b7d3c11dc5dd9959364d10f188a7d (patch) | |
tree | 9e699bf5bb42417b5671aa3f1424b60cd5a6df8d /pages/gpg | |
parent | 32c9710e36d3b73f7257a8e590412bb109e6d407 (diff) | |
download | cacert-devel-654323f9f22b7d3c11dc5dd9959364d10f188a7d.tar.gz cacert-devel-654323f9f22b7d3c11dc5dd9959364d10f188a7d.tar.xz cacert-devel-654323f9f22b7d3c11dc5dd9959364d10f188a7d.zip |
bug 1123: added layout changes
Diffstat (limited to 'pages/gpg')
-rw-r--r-- | pages/gpg/0.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pages/gpg/0.php b/pages/gpg/0.php index ce3b72a..60b1784 100644 --- a/pages/gpg/0.php +++ b/pages/gpg/0.php @@ -19,7 +19,9 @@ ?> <p><?=_("Paste your own public OpenPGP key below. It should not contain a picture. CAcert will sign your key after submission.")?></p> <form method="post" action="gpg.php"> -<textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br> -<input type="submit" name="process" value="<?=_("Submit")?>"> -<input type="hidden" name="oldid" value="<?=$id?>"> +<textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br /> +<p><input type="checkbox" name="CCA" /> <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.")?></p> +<input type="submit" name="process" value="<?=_("Submit")?>" /> +<input type="hidden" name="oldid" value="<?=$id?>" /> </form> |