Don't use @..@ as a variable marker because it interferes with email
obfuscation. svn path=/trunk/; revision=7528
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<h1>Thank you for your order!</h1>
|
||||
|
||||
<p>
|
||||
Total costs of your order are <strong>€@AMOUNT@</strong>. You can pay by
|
||||
Total costs of your order are <strong>€:AMOUNT:</strong>. You can pay by
|
||||
bank transfer, or you can use PayPal.
|
||||
</p>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Please include <strong>@REFERENCE@</strong> as a payment reference.
|
||||
Please include <strong>:REFERENCE:</strong> as a payment reference.
|
||||
</p>
|
||||
|
||||
<h3>PayPal</h3>
|
||||
@@ -51,9 +51,9 @@
|
||||
<input type="hidden" name="cmd" value="_xclick"/>
|
||||
<input type="hidden" name="business" value="paypal@fsfeurope.org"/>
|
||||
<input type="hidden" name="image_url" value="http://fsfeurope.org/graphics/global/logo-w150.png"/>
|
||||
<input type="hidden" name="item_number" value="@REFERENCE@"/>
|
||||
<input type="hidden" name="item_number" value=":REFERENCE:"/>
|
||||
<input type="hidden" name="item_name" value="Online Order"/>
|
||||
<input type="hidden" name="amount" value="@AMOUNT@"/>
|
||||
<input type="hidden" name="amount" value=":AMOUNT:"/>
|
||||
<input type="hidden" name="currency_code" value="EUR"/>
|
||||
<input type="hidden" name="no_note" value="1"/>
|
||||
<input type="hidden" name="no_shipping" value="1"/>
|
||||
|
Reference in New Issue
Block a user