diff options
author | Michael Tänzer <neo@nhng.de> | 2013-07-31 00:24:55 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-07-31 00:24:55 +0200 |
commit | 4e171644263dda59be0c652eaa17514cab0a0612 (patch) | |
tree | af2c0f733b1c719bdf859e013736d61e45f33118 | |
parent | 0610fa2617f21d10c731bf0b2c1aa492cce545c2 (diff) | |
download | cacert-devel-4e171644263dda59be0c652eaa17514cab0a0612.tar.gz cacert-devel-4e171644263dda59be0c652eaa17514cab0a0612.tar.xz cacert-devel-4e171644263dda59be0c652eaa17514cab0a0612.zip |
bug-1198: Non-functional clean-ups (wording, markup)bug-1198
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | pages/index/21.php | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/pages/index/21.php b/pages/index/21.php index 26b555a..f07bbb8 100644 --- a/pages/index/21.php +++ b/pages/index/21.php @@ -14,18 +14,21 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> -<? /* +*/ + +/* page called from the following pages a. https://wiki.cacert.org/Price [^] b. https://wiki.cacert.org/CacertMembership/DE [^] c. https://wiki.cacert.org/CacertMembership [^] d. https://wiki.cacert.org/CAcertInc [^] e. https://wiki.cacert.org/Brain/CAcertInc [^] - */ ?> +*/ ?> + <h3><?=_("For CAcert Association Members")?></h3> -<b><?=_("Have you paid your CAcert Association membership fees for the year?")?></b> +<p><b><?=_("Have you paid your CAcert Association membership fees for the year?")?></b></p> + <p><?=_("If not then select this PayPal button to establish annual payment of your 10 EUR membership fee.")?></p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> @@ -33,7 +36,7 @@ page called from the following pages <input type="image" src="/images/btn_subscribeCC_LG.gif" border="0" name="submit" alt="Subscription payment for membership fee"> </form> -<p><?=_("To do a single 10 EUR Membership-Fee Payment, please use this button:")?></p> +<p><?=_("To do a single 10 EUR membership fee payment, please use this button:")?></p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="8F4WL72WX857J"> @@ -48,6 +51,5 @@ page called from the following pages <li>Account Name: CAcert Inc</li> <li>SWIFT: WPACAU2S</li> <li>BSB: 032073</li> -<li>Account No.: 180264</li> +<li>Account No: 180264</li> </ul> -<br/><br/> |