Changeset 2389442
- Timestamp:
- 09/28/2020 08:18:08 AM (6 years ago)
- File:
-
- 1 edited
-
lifeline-donation/trunk/templates/modal/modal3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lifeline-donation/trunk/templates/modal/modal3.php
r2388789 r2389442 25 25 <div class="donation-payment-cycle" style="margin-bottom:20px" v-if="is_recurring()"> 26 26 <a :class="(recurring) ? 'active' : ''" @click.prevent="step = 1;recurring = true" href="#"><?php esc_html_e('Recurring', 'lifeline-donation'); ?></a> 27 <a :class="(!recurring) ? 'active' : ''" @click.prevent="step = 1;recurring = false" href="#" title=""><?php esc_html_ _('One Time', 'lifeline-donation'); ?></a>27 <a :class="(!recurring) ? 'active' : ''" @click.prevent="step = 1;recurring = false" href="#" title=""><?php esc_html_e('One Time', 'lifeline-donation'); ?></a> 28 28 </div> 29 29 <?php include LIFELINE_DONATION_PATH . 'templates/donation-modal/recurring_fields.php' ?>
Note: See TracChangeset
for help on using the changeset viewer.