PluginProbe
WebTotem Security / 2.3.14
WebTotem Security v2.3.14
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
← All changes | includes/login.php +7 -6 2.2.12.3.14 View file →
@@ -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>