[ticket/224] Add possibility to append username to donation

B3P-224
This commit is contained in:
Marc Alexander
2013-09-21 14:22:16 +02:00
parent 71a7860925
commit 198e32ea9d
7 changed files with 67 additions and 44 deletions

View File

@@ -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>

View File

@@ -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>