Template:2012FR/Form-section/Radiobuttons/Default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
m add margin-right to .frequency-options to fix alignment in RTL languages
show frequency radio buttons by default
Line 45:
 
//This variable tells the payment processing whether or not this donation is recurring.
// Redundant now - handled by radio buttons with name "frequency"
var monthlyDonation = false;
 
//This variable tells the page whether or not to display the information for cancelling a monthly payment
var showMonthlyCancel = falsetrue;
 
//This variable tells the page whether or not to display a link to a monthly version of the page
var showMonthlyLink = truefalse;
 
//This variable tells the page whether or not to display a link to a one-time version of the page
Line 64 ⟶ 65:
</div>
</div>
<div class="frequency-options" style="display: none;">
<input type="radio" name="frequency" id="frequency_onetime" value="onetime" onclick="donationForm.toggleMonthly(false);" checked>
<label for="frequency_onetime"></html>{{int:donate_interface-onetime-short}}<html></label>

Revision as of 14:17, 28 October 2013

Donation amount: