summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2013-07-14 22:03:19 +0200
committerBenny Baumann <BenBE@geshi.org>2013-07-14 22:27:04 +0200
commit654323f9f22b7d3c11dc5dd9959364d10f188a7d (patch)
tree9e699bf5bb42417b5671aa3f1424b60cd5a6df8d /pages
parent32c9710e36d3b73f7257a8e590412bb109e6d407 (diff)
downloadcacert-devel-654323f9f22b7d3c11dc5dd9959364d10f188a7d.tar.gz
cacert-devel-654323f9f22b7d3c11dc5dd9959364d10f188a7d.tar.xz
cacert-devel-654323f9f22b7d3c11dc5dd9959364d10f188a7d.zip
bug 1123: added layout changes
Diffstat (limited to 'pages')
-rw-r--r--pages/account/10.php8
-rw-r--r--pages/account/3.php2
-rw-r--r--pages/gpg/0.php8
3 files changed, 11 insertions, 7 deletions
diff --git a/pages/account/10.php b/pages/account/10.php
index a394695..7ada977 100644
--- a/pages/account/10.php
+++ b/pages/account/10.php
@@ -36,7 +36,9 @@
<p><?=_("Please note: The class 3 root certificate needs to be setup in your webserver as a chained certificate, while slightly more complicated to setup, this root certificate is more likely to be trusted by more people.")?></p>
<? } ?>
<p><?=_("Paste your CSR(Certificate Signing Request) below...")?></p>
-<textarea name="CSR" cols="80" rows="15"></textarea><br>
-<input type="submit" name="process" value="<?=_("Submit")?>">
-<input type="hidden" name="oldid" value="<?=$id?>">
+<textarea name="CSR" cols="80" rows="15"></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>
diff --git a/pages/account/3.php b/pages/account/3.php
index 2402ae4..4c839f7 100644
--- a/pages/account/3.php
+++ b/pages/account/3.php
@@ -116,7 +116,7 @@ if($_SESSION['profile']['points'] >= 50)
</tr>
<tr>
<td class="DataTD">
- <input type="checkbox" name="CCA"" />
+ <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 />
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>