diff options
author | Michael Tänzer <neo@nhng.de> | 2014-02-26 04:39:35 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2014-02-26 04:39:35 +0100 |
commit | 4c796ed294a75925d6b0116873672ab75611ca4b (patch) | |
tree | e98a89021e43662cde61e4e6a447eb1c62c3ec94 /pages/index/52.php | |
parent | e8e106e69e32b067ad7652c100dbfc75cb57e363 (diff) | |
download | cacert-devel-4c796ed294a75925d6b0116873672ab75611ca4b.tar.gz cacert-devel-4c796ed294a75925d6b0116873672ab75611ca4b.tar.xz cacert-devel-4c796ed294a75925d6b0116873672ab75611ca4b.zip |
bug 1192: Text changes in the CCA acceptance view
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/index/52.php')
-rw-r--r-- | pages/index/52.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pages/index/52.php b/pages/index/52.php index 7bc44e5..e2b205c 100644 --- a/pages/index/52.php +++ b/pages/index/52.php @@ -19,12 +19,13 @@ ?> <div style="text-align: center;"> - <h1><?=_('CAcert Community Agreement acceptance')?></h1> - <p><?=sprintf(_('To get access to your account you need to accept the %sCAcert Community Agreement%s (CCA). '),'<a href="/policy/CAcertCommunityAgreement.php">', '</a>')?> </p> - <p><?=_('Explanation why')?> </p> - <p><?=sprintf(_('If you do not want to accept the CCA you should think about closing your account. In this case please sent and email to support %s.'),'<a href="mailto:support@cacert.org">' . '(support@cacert.org)</a>')?> </p> - <form method="post" action="index.php" > - <input type="submit" name="agree" value="<?=_('I agree CCA')?>"> <input type="submit" name="disagree" value="<?=_('I do not want to accept the CCA')?>"> + <h1><?=_('CAcert Community Agreement Acceptance')?></h1> + <p><?=sprintf(_('To get access to your account you need to accept the %s CAcert Community Agreement %s (CCA).'),'<a href="/policy/CAcertCommunityAgreement.php">', '</a>')?></p> + <p><?=_('#### Explanation why #### Please replace me ####')?></p> + <p><?=sprintf(_('If you do not want to accept the CCA you should think about closing your account. In this case please send an email to support (%s).'),'<a href="mailto:support@cacert.org">support@cacert.org</a>')?></p> + <form method="post" action="index.php"> + <input type="submit" name="agree" value="<?=_('I agree CCA')?>"> + <input type="submit" name="disagree" value="<?=_('I do not want to accept the CCA')?>"> <input type="hidden" name="id" value="52"> <input type="hidden" name="oldid" value="<?=$id?>"> |