| @@ -1,6 +1,11 @@ | ||
| 1 | 1 | <?php defined('ABSPATH') or die("Protected By WT!");?> |
| 2 | 2 | <div class="wtotem_welcome-wrapper"> |
| 3 | + <div class="wtotem_content" style="padding:1px"> | |
| 4 | + <div class="wtotem_container"> | |
| 5 | + <?php WTSEC_LIBRARY_Session::notifications() ?> | |
| 6 | + </div> | |
| 7 | + </div> | |
| 3 | 8 | <div class="wtotem_welcome-wrapper__head-height"> |
| 4 | 9 | <div class="wtotem_modal"> |
| 5 | 10 | <h2 class="wtotem_modal__subject"> |
| 6 | 11 | <?=wtsec_locale("auth.activate_the_plugin")?> |
| @@ -26,13 +31,9 @@ | ||
| 26 | 31 | type="text" |
| 27 | 32 | class="wtotem_modal__api-key" |
| 28 | 33 | placeholder="<?=wtsec_locale("auth.api_key_code")?>" |
| 29 | 34 | /> |
| 30 | - <img | |
| 31 | - src="<?=wtsec_getImagePath("info-blue.svg")?>" | |
| 32 | - alt="Info" | |
| 33 | - class="wtotem_modal__info" | |
| 34 | - /> | |
| 35 | + | |
| 35 | 36 | </div> |
| 36 | 37 | <button class="wtotem_modal__btn" type="submit"> |
| 37 | 38 | <?=wtsec_locale("auth.activate")?> |
| 38 | 39 | </button> |
| @@ -41,9 +42,9 @@ | ||
| 41 | 42 | <?=wtsec_locale("auth.info")?> |
| 42 | 43 | <a |
| 43 | 44 | target="_blank" |
| 44 | 45 | class="wtotem_modal__cabinet" |
| 45 | - href="https://wtotem.com/cabinet/sign-in" | |
| 46 | + href="https://wtotem.com/cabinet/profile/keys" | |
| 46 | 47 | > |
| 47 | 48 | <?=wtsec_locale("auth.cabinet")?> |
| 48 | 49 | </a> |
| 49 | 50 | </p> |