diff options
author | Michael Tänzer <neo@nhng.de> | 2014-03-19 18:54:35 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2014-03-19 18:54:35 +0100 |
commit | 50d8cd64b022d3e2c7cd8779aa87c00fbdecaf0e (patch) | |
tree | 94a3f35ca39522b10c2a30988f1812f81b9ae77a /pages/account/10.php | |
parent | dab06a96200e399e7c8e5858685259dc41d82530 (diff) | |
download | cacert-devel-50d8cd64b022d3e2c7cd8779aa87c00fbdecaf0e.tar.gz cacert-devel-50d8cd64b022d3e2c7cd8779aa87c00fbdecaf0e.tar.xz cacert-devel-50d8cd64b022d3e2c7cd8779aa87c00fbdecaf0e.zip |
bug 807: Some more markup changes
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/account/10.php')
-rw-r--r-- | pages/account/10.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/account/10.php b/pages/account/10.php index 03e3bd3..56d6730 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -30,11 +30,11 @@ <p><?=_("If you are a valid organisation and would like the organisation name in the certificates you can apply for an organisation assurance. Contact us via support@cacert.org for more information.")?></p> <form method="post" action="account.php"> -<p><?=_("Optional comment, only used in the certificate overview")?><br /> - <input type="text" name="description" maxlength="80" size=80 /> +<p><label for="description"><?=_("Optional comment, only used in the certificate overview")?></label><br /> + <input type="text" id="description" name="description" maxlength="80" size="80" /> </p> -<p><?=_("Paste your CSR(Certificate Signing Request) below...")?><br /> - <textarea name="CSR" cols="80" rows="15"></textarea> +<p><label for="CSR"><?=_("Paste your CSR (Certificate Signing Request) below...")?></label><br /> + <textarea id="CSR" name="CSR" cols="80" rows="15"></textarea> </p> <fieldset> @@ -56,7 +56,7 @@ </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> + <?=_("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> |