Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -123,7 +123,10 @@ |
124 | 124 | $form .= $this->getCvvField(); |
125 | 125 | |
126 | 126 | // expiry |
127 | | - $form .= $this->getExpiryField(); |
| 127 | + $form .= '<tr>'; |
| 128 | + $form .= '<td class="label">' . Xml::label( wfMsg( 'payflowpro_gateway-donor-expiration' ), 'expiration' ) . '</td>'; |
| 129 | + $form .= '<td>' . $this->generateExpiryMonthDropdown() . ' / ' . $this->generateExpiryYearDropdown() . '</td>'; |
| 130 | + $form .= '</tr>'; |
128 | 131 | |
129 | 132 | // street |
130 | 133 | $form .= $this->getStreetField(); |