diff options
author | Michael Tänzer <neo@nhng.de> | 2014-03-20 05:10:22 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2014-03-20 05:10:22 +0100 |
commit | 1a9707d982c6978bbb6d70fa860291d9198d163a (patch) | |
tree | bed2f6eb6015f639fd078daf0ca638144ca9a402 /pages/account/10.php | |
parent | b5b461e194aa7adbeeda21d0ee65d1f20a17b262 (diff) | |
download | cacert-devel-1a9707d982c6978bbb6d70fa860291d9198d163a.tar.gz cacert-devel-1a9707d982c6978bbb6d70fa860291d9198d163a.tar.xz cacert-devel-1a9707d982c6978bbb6d70fa860291d9198d163a.zip |
bug 807: Enlarge labels so they are an easier target (and don't seem so
arbitrary)
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/account/10.php')
-rw-r--r-- | pages/account/10.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/10.php b/pages/account/10.php index 317fc0e..df95b48 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -74,8 +74,8 @@ foreach (HashAlgorithms::display_strings() as $algorithm => $display_string) { </div> </fieldset> -<p><input type="checkbox" id="CCA" name="CCA" /> <label for="CCA"><strong><?=sprintf(_("I accept the CAcert Community Agreement (%s)."),"<a href='/policy/CAcertCommunityAgreement.html'>CCA</a>")?></strong></label><br /> - <?=_("Please note: You need to accept the CCA to proceed.")?></p> +<p><input type="checkbox" id="CCA" name="CCA" /> <label for="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.")?></label></p> <input type="submit" name="process" value="<?=_("Submit")?>" /> <input type="hidden" name="oldid" value="<?=$id?>" /> </form> |