PluginProbe
ووسلام – همگام سازی ووکامرس و باسلام / 1.10.18
ووسلام – همگام سازی ووکامرس و باسلام v1.10.18
1.10.18 1.10.17 1.10.15 1.10.14 1.10.13 1.10.12 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.2 1.9.1 1.9.0 1.8.8 1.8.5 1.8.6 1.8.7 1.8.4 All 51 releases
sync-basalam / templates / admin / main / NotConnected.php

NotConnected.php in ووسلام – همگام سازی ووکامرس و باسلام 1.10.18, at templates/admin/main/NotConnected.php

20 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') || exit; ?>
2 <div class="basalam--no-token" style="height: 300px; display: flex; align-items: center; justify-content: center; margin: 50px auto;">
3 <div class="basalam--no-token-content" style="text-align: center; padding: 40px;">
4 <div class="basalam-error-message" style="width: max-content;">
5 <div class="basalam-error-icon">
6 <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
7 <rect x="3" y="11" width="18" height="11" rx="2" ry="2" stroke="currentColor" stroke-width="2" fill="none" />
8 <path d="M7 11V7a5 5 0 0110 0v4" stroke="currentColor" stroke-width="2" stroke-linecap="round" fill="none" />
9 <circle cx="12" cy="16" r="1" fill="currentColor" />
10 </svg>
11 </div>
12 <p class="basalam-error-text basalam-p" style="font-size: 16px; margin: 0; color: currentColor; line-height: 1.6;">برای دسترسی به این بخش ابتدا توکن دریافت ن�
13 ایید.</p>
14 <a class="basalam-p basalam-access-button" href="/wp-admin/admin.php?page=sync_basalam">
15 <img src="<?php echo esc_url(syncBasalamPlugin()->assetsUrl() . '/icons/submit.svg'); ?>" alt="">
16 دریافت دسترسی
17 </a>
18 </div>
19 </div>
20 </div>