| @@ -258,8 +258,12 @@ | ||
| 258 | 258 | 'getstarted' => '<a href="' . admin_url('admin.php?page=' . $this->token . '-admin-ui#/configure') . '">' . esc_html__('Get Started', 'media-cloud-sync') . '</a>', |
| 259 | 259 | 'settings' => '<a href="' . admin_url('admin.php?page=' . $this->token . '-admin-ui/') . '">' . esc_html__('Settings', 'media-cloud-sync') . '</a>', |
| 260 | 260 | ); |
| 261 | 261 | |
| 262 | + if (!Utils::is_pro_licensed()) { | |
| 263 | + $action_links['upgrade'] = '<a href="https://dudlewebs.com/product/media-cloud-sync/" target="_blank" style="color:#d54e21;font-weight:600;">' . esc_html__('Upgrade', 'media-cloud-sync') . '</a>'; | |
| 264 | + } | |
| 265 | + | |
| 262 | 266 | return array_merge($action_links, $links); |
| 263 | 267 | } |
| 264 | 268 | |
| 265 | 269 | |
| @@ -433,9 +437,16 @@ | ||
| 433 | 437 | <textarea name="comments" placeholder="Please specify" rows="3"></textarea> |
| 434 | 438 | <p>Need help? <a href="https://dudlewebs.com/" target="_blank">Use live chat support</a></p> |
| 435 | 439 | </div> |
| 436 | 440 | |
| 437 | - <p id="dw-wpmcs-error" class="dw-wpmcs-error"></p> | |
| 441 | + <p id="dw-wpmcs-error" class="dw-wpmcs-error"> | |
| 442 | + <svg viewBox="0 0 16 16" fill="none" aria-hidden="true"> | |
| 443 | + <path d="M8 2.2L14.6 13.3H1.4L8 2.2Z" stroke="currentColor" stroke-width="1.3" stroke-linejoin="round"/> | |
| 444 | + <path d="M8 6.7V9.7" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/> | |
| 445 | + <circle cx="8" cy="11.4" r="0.85" fill="currentColor"/> | |
| 446 | + </svg> | |
| 447 | + <span id="dw-wpmcs-error-text"></span> | |
| 448 | + </p> | |
| 438 | 449 | <div class="dw-wpmcs-actions"> |
| 439 | 450 | <button type="button" class="dw-button dw-skip" id="dw-wpmcs-skip">Skip & Deactivate</button> |
| 440 | 451 | <button type="button" class="dw-button dw-secondary" id="dw-wpmcs-cancel">Cancel</button> |
| 441 | 452 | <button type="submit" class="dw-button dw-primary" id="dw-wpmcs-deactivate">Submit & Deactivate</button> |