ConnectionIcon.php
4 weeks ago
ManualScheduling.php
4 weeks ago
SaveSchedulingButton.php
4 weeks ago
SchedulingActiveSitesLimitUI.php
4 weeks ago
SchedulingSubscribeUI.php
4 weeks ago
SchedulingUI.php
4 weeks ago
SchedulingActiveSitesLimitUI.php
40 lines
| 1 | <?php |
| 2 | |
| 3 | defined( 'ABSPATH' ) || exit; |
| 4 | |
| 5 | |
| 6 | ?> |
| 7 | <div class="active-sites-limit-modal-overlay" style="display: none;"> |
| 8 | <div class="active-sites-limit-modal"> |
| 9 | <div class="active-sites-limit" id="scheduling-active-sites-limit-group" |
| 10 | style="position: relative;"> |
| 11 | <div class="tiered-pricing-options" style="display: flex; flex-direction: column; align-items: center; padding-bottom: 20px;"> |
| 12 | <h2 style="color:#374151;">Upgrade Your Plan</h2> |
| 13 | <p style="color:#374151; margin-bottom: 10px; margin-top: 10px; font-size: 14px !important;"> |
| 14 | Get unlimited sites with Automatic Scheduling. |
| 15 | </p> |
| 16 | <div style="display: flex;"> |
| 17 | <div style="flex: 1; margin: 10px 0 10px 0;" class="pricing-plans"> |
| 18 | <h3 style="margin:0;">Pricing</h3> |
| 19 | <label class="checked" id="limit-unlimited"> |
| 20 | <span class="input-desc"> |
| 21 | <input type="radio" name="upgrade_pricing_plan" value="unlimited_sites" checked> |
| 22 | <span class="description">Unlimited Sites</span></span><span |
| 23 | class="price-term"><span class="price">$19</span><span |
| 24 | class="term">/mo</span></span> |
| 25 | </label> |
| 26 | </div> |
| 27 | </div> |
| 28 | <p style="color:#374151; margin-top: 20px; font-size: 14px !important;"> |
| 29 | Easily upgrade now—no interruptions, no downtime. |
| 30 | </p> |
| 31 | <span class="button-and-text-container"> |
| 32 | <span class="subscribe-button-group" id="subscribe-button-group" style="flex: 2;"> |
| 33 | <button type="button" class="subscribe" |
| 34 | id="subscribe-upgrade">Upgrade Now</button> |
| 35 | </span> |
| 36 | </span> |
| 37 | </div> |
| 38 | </div> |
| 39 | </div> |
| 40 | </div> |