[ticket/648] Add missing brackets to donations HTML files
B3P-648
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<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">
|
||||
<!-- BEGIN b3p_donation_currency_center -->
|
||||
<option value="{b3p_donation_currency_center.VALUE"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
|
||||
<option value="{b3p_donation_currency_center.VALUE}"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
|
||||
<!-- END b3p_donation_currency_center -->
|
||||
</select>
|
||||
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<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">
|
||||
<!-- BEGIN b3p_donation_currency_side -->
|
||||
<option value="{b3p_donation_currency_side.VALUE"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
|
||||
<option value="{b3p_donation_currency_side.VALUE}"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
|
||||
<!-- END b3p_donation_currency_side -->
|
||||
</select>
|
||||
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<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">
|
||||
<!-- BEGIN b3p_donation_currency_center -->
|
||||
<option value="{b3p_donation_currency_center.VALUE"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
|
||||
<option value="{b3p_donation_currency_center.VALUE}"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
|
||||
<!-- END b3p_donation_currency_center -->
|
||||
</select>
|
||||
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<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">
|
||||
<!-- BEGIN b3p_donation_currency_side -->
|
||||
<option value="{b3p_donation_currency_side.VALUE"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
|
||||
<option value="{b3p_donation_currency_side.VALUE}"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
|
||||
<!-- END b3p_donation_currency_side -->
|
||||
</select>
|
||||
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
|
||||
|
||||
Reference in New Issue
Block a user