PayPal... and bed...
This commit is contained in:
@@ -130,7 +130,7 @@ $lang = array_merge($lang, array(
|
|||||||
// make donation
|
// make donation
|
||||||
'DONATION' => 'PayPal donation',
|
'DONATION' => 'PayPal donation',
|
||||||
'DONATION_TEXT' => 'is a group suplying services with no intention of any revenue. Anyone who wants to support this group can do so by donating so that the cost of server, the domain etc. can be covered.',
|
'DONATION_TEXT' => 'is a group suplying services with no intention of any revenue. Anyone who wants to support this group can do so by donating so that the cost of server, the domain etc. can be covered.',
|
||||||
'PAY_MSG' => '',
|
'PAY_MSG' => 'Please use a decimal point (not a comma) as the separator, e.g. 3.50',
|
||||||
'PAY_ITEM' => 'Make a donation', // paypal item
|
'PAY_ITEM' => 'Make a donation', // paypal item
|
||||||
|
|
||||||
'AUD' => 'Australian Dollars (AUD)',
|
'AUD' => 'Australian Dollars (AUD)',
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<input type="hidden" name="no_shipping" value="2" />
|
<input type="hidden" name="no_shipping" value="2" />
|
||||||
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
||||||
<input type="hidden" name="tax" value="0" />
|
<input type="hidden" name="tax" value="0" />
|
||||||
<input type="text" tabindex="1" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
<input type="text" tabindex="11" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
||||||
<select name="currency_code" class="autowidth">
|
<select name="currency_code" class="autowidth">
|
||||||
<option value="USD">{L_USD}</option>
|
<option value="USD">{L_USD}</option>
|
||||||
<option value="AUD">{L_AUD}</option>
|
<option value="AUD">{L_AUD}</option>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<input type="hidden" name="no_shipping" value="2" />
|
<input type="hidden" name="no_shipping" value="2" />
|
||||||
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
||||||
<input type="hidden" name="tax" value="0" />
|
<input type="hidden" name="tax" value="0" />
|
||||||
<input type="text" tabindex="1" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
<input type="text" tabindex="10" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
||||||
<select name="currency_code" class="autowidth">
|
<select name="currency_code" class="autowidth">
|
||||||
<option value="USD">USD</option>
|
<option value="USD">USD</option>
|
||||||
<option value="AUD">AUD</option>
|
<option value="AUD">AUD</option>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<input type="hidden" name="no_shipping" value="2" />
|
<input type="hidden" name="no_shipping" value="2" />
|
||||||
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
||||||
<input type="hidden" name="tax" value="0" />
|
<input type="hidden" name="tax" value="0" />
|
||||||
<input type="text" tabindex="1" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
<input type="text" tabindex="11" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
||||||
<select name="currency_code" class="autowidth">
|
<select name="currency_code" class="autowidth">
|
||||||
<option value="USD">{L_USD}</option>
|
<option value="USD">{L_USD}</option>
|
||||||
<option value="AUD">{L_AUD}</option>
|
<option value="AUD">{L_AUD}</option>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<input type="hidden" name="no_shipping" value="2" />
|
<input type="hidden" name="no_shipping" value="2" />
|
||||||
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
||||||
<input type="hidden" name="tax" value="0" />
|
<input type="hidden" name="tax" value="0" />
|
||||||
<input type="text" tabindex="1" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
<input type="text" tabindex="10" name="amount" size="11" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
||||||
<select name="currency_code" class="autowidth">
|
<select name="currency_code" class="autowidth">
|
||||||
<option value="USD">USD</option>
|
<option value="USD">USD</option>
|
||||||
<option value="AUD">AUD</option>
|
<option value="AUD">AUD</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user