[ticket/224] Add possibility to append username to donation
B3P-224
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
<input type="hidden" name="no_shipping" value="2" />
|
||||
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
||||
<input type="hidden" name="tax" value="0" />
|
||||
<!-- IF PAY_CUSTOM_CENTER -->
|
||||
<input type="hidden" name="custom" value="{PAY_CUSTOM_CENTER}">
|
||||
<!-- ENDIF -->
|
||||
<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">
|
||||
<option value="USD">{L_USD}</option>
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
<input type="hidden" name="no_shipping" value="2" />
|
||||
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
||||
<input type="hidden" name="tax" value="0" />
|
||||
<!-- IF PAY_CUSTOM_SIDE -->
|
||||
<input type="hidden" name="custom" value="{PAY_CUSTOM_SIDE}">
|
||||
<!-- ENDIF -->
|
||||
<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">
|
||||
<option value="USD">USD</option>
|
||||
|
||||
Reference in New Issue
Block a user