Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | |
55 | 55 | <div id="accordion"> |
56 | 56 | <h3>1. Donation amount <span id="selected-amount"></span> <span class="mute" id="change-amount" style="display: none;">(<a href="#">Change</a>)</span></h3> |
57 | | - <div class="accordion-content"> |
| 57 | + <div id="step1accordion" class="accordion-content"> |
58 | 58 | <form method="post" name="paypalcontribution"> |
59 | 59 | <table id="amount-table"> |
60 | 60 | <tr> |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | </div> |
79 | 79 | |
80 | 80 | <h3>2. Billing and payment</h3> |
81 | | - <div class="accordion-content"> |
| 81 | + <div id="step2accordion" class="accordion-content"> |
82 | 82 | <div id="errorMessages"></div> |
83 | 83 | <div class="name-fields"> |
84 | 84 | <span class="name-first"><input class="txt hint" id="fname" name="fname" title="First name" value="@fname" /></span> |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | |
50 | 50 | <div id="accordion"> |
51 | 51 | <h3>1. Donation amount <span id="selected-amount"></span> <span class="mute" id="change-amount" style="display: none;">(<a href="#">Change</a>)</span></h3> |
52 | | - <div class="accordion-content"> |
| 52 | + <div id="step1accordion" class="accordion-content"> |
53 | 53 | <form method="post" name="paypalcontribution"> |
54 | 54 | <table id="amount-table"> |
55 | 55 | <tr> |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | </div> |
74 | 74 | |
75 | 75 | <h3>2. Billing and payment</h3> |
76 | | - <div class="accordion-content"> |
| 76 | + <div id="step2accordion" class="accordion-content"> |
77 | 77 | <div id="errorMessages"></div> |
78 | 78 | <div class="name-fields"> |
79 | 79 | <span class="name-first"><input class="txt hint" id="fname" name="fname" title="First name" value="@fname" /></span> |