Template:2011FR/Form-section-radiobuttons: Difference between revisions
Content deleted Content added
couple of fixes, although I don't know that bit of code is still used? |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 118:
<span class="currency-collapsible-container-contained" id="country-container-contained">
<select id="currency-select" style="font-size: 0.5em;" onchange="loadCountry();">
<option value="</html>{{{country}}}<html>" selected="
</html>{{#tag:html|{{#ifeq:{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}|USD||<option value="USD">USD – $</option>}}}}<html>
</html>{{#tag:html|{{#ifeq:{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}|EUR||<option value="EUR">EUR – €</option>}}}}<html>
Line 161:
</td>
<td class="amount-table-cell">
<input type="radio" name="amount" id="input_amount_other" value="Other"
<label for="input_amount_other"></html>{{int:donate_interface-other}}<html></label>
<!-- <input type="text" id="input_amount_other_box" size="3" autocomplete="off" />-->
|