PluginProbe ʕ •ᴥ•ʔ
Hustle – Email Marketing, Lead Generation, Optins, Popups / 7.0.4
Hustle – Email Marketing, Lead Generation, Optins, Popups v7.0.4
7.8.14.2 7.8.14 7.8.14.1 7.8.13 7.8.13.1 trunk 3.0 3.1 3.1.1 3.1.2 3.1.3 3.1.4 4.3.2 4.4.4 4.4.5 4.4.5.1 4.4.5.4 4.6 4.6.1.1 4.6.1.4 4.7.0.2 4.7.0.3 4.7.0.7 4.7.0.9 4.7.1.0 4.7.1.1 4.8.0.0 5.0.0 5.0.1 5.0.1.1 5.0.1.2 5.1 5.1.1 5.1.2 5.1.3 5.1.3.1 5.1.3.2 5.1.4 5.1.5 6.0 6.0.1 6.0.2 6.0.3 6.0.4.2 6.0.5 6.0.6.1 6.0.7 6.0.8.1 6.0.9 7.0.0.1 7.0.2 7.0.3 7.0.4 7.1.0 7.1.1 7.2.0 7.2.1 7.3.0 7.3.1 7.3.3 7.3.5 7.3.6 7.3.7 7.4.0 7.4.1 7.4.11 7.4.13 7.4.13.1 7.4.2 7.4.3 7.4.4 7.4.5 7.4.5.1 7.4.5.2 7.4.6 7.4.7 7.5.0 7.6.0 7.6.1 7.6.3 7.6.4 7.6.6 7.7.0 7.7.1 7.8.0 7.8.1 7.8.10 7.8.10.1 7.8.10.2 7.8.11 7.8.12 7.8.12.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.8.9.1 7.8.9.2 7.8.9.3
wordpress-popup / views / admin / dialogs / remove-active-integration.php
wordpress-popup / views / admin / dialogs Last commit date
edit-field.php 6 years ago final-integration-form-delete.php 7 years ago modal-integration.php 7 years ago modal-migrate-ctct.php 6 years ago modal-settings-edit-palette.php 6 years ago optin-fields.php 6 years ago preview-dialog.php 7 years ago remove-active-integration.php 7 years ago
remove-active-integration.php
118 lines
1 <div
2 id="hustle-dialog--remove-active"
3 class="sui-dialog sui-dialog-alt sui-dialog-sm"
4 aria-hidden="true"
5 tabindex="-1"
6 >
7
8 <div class="sui-dialog-overlay sui-fade-out" data-a11y-dialog-hide="hustle-dialog--remove-active-integration"></div>
9
10 <div
11 class="sui-dialog-content sui-bounce-out"
12 aria-labelledby="dialogTitle"
13 aria-describedby="dialogDescription"
14 role="dialog"
15 >
16
17 <div class="sui-box" role="document">
18
19 <div class="sui-box-header sui-block-content-center">
20
21 <button class="sui-dialog-back hustle-remove-active-integration-back" aria-label="Back"></button>
22
23 <div id="sui-box-modal-header"></div>
24
25 <div class="sui-dialog-image" aria-hidden="true"></div>
26
27 <button class="sui-dialog-close" data-a11y-dialog-hide="hustle-dialog--remove-active-integration">
28 <span class="sui-screen-reader-text"><?php esc_html_e( 'Close this dialog window', 'wordpress-popup' ); ?></span>
29 </button>
30
31 </div>
32
33 <div class="sui-box-body sui-box-body-slim sui-block-content-center">
34
35 <div id="sui-box-modal-content"></div>
36
37 <div id="hustle-integration-active-modules" class="hustle-active-module-list">
38
39 <span class="sui-label" style="padding-left: 10px;"><?php esc_html_e( 'Modules', 'wordpress-popup' ); ?></span>
40
41 <table class="sui-table hui-table--apps-off">
42
43 <tbody></tbody>
44
45 </table>
46
47 </div>
48
49 </div>
50
51 <div class="sui-box-footer sui-box-footer-center">
52
53 <button class="sui-button sui-button-ghost "
54 data-a11y-dialog-hide="hustle-dialog--remove-active-integration-cancel"
55 id="hustle-remove-active-button-cancel">
56 <?php esc_html_e( 'Cancel', 'wordpress-popup' ); ?>
57 </button>
58
59 <button
60 id="hustle-remove-active-button"
61 class="sui-button sui-button-ghost sui-button-red"
62 >
63 <span class="sui-loading-text"><?php esc_html_e( 'DISCONNECT ANYWAY', 'wordpress-popup' ); ?><i class="sui-icon-loader sui-loading" aria-hidden="true"></i></span>
64 </button>
65 </div>
66
67 </div>
68
69 </div>
70
71 </div>
72
73 <script id="hustle-modules-active-integration-tpl" type="text/template">
74
75 <tr>
76
77 <td class="sui-table-item-title">
78
79 <span class="hui-app--wrap">
80 <span class="hui-app--title"><i class="sui-icon-{{type}}" aria-hidden="true"></i> {{name}}</span>
81 <span class="hui-app--link"><a href="{{editUrl}}" target="_blank" class="sui-button-icon">
82 <i class="sui-icon-pencil" aria-hidden="true"></i>
83 <span class="sui-screen-reader-text"><?php esc_html_e( 'Edit your module integrations', 'wordpress-popup' ); ?></span>
84 </a></span>
85 </span>
86
87 </td>
88
89 </tr>
90
91 </script>
92
93 <script id="hustle-modules-active-integration-img-tpl" type="text/template">
94
95 <?php //Image ?>
96
97 <img
98 src="{{ image }}"
99 alt="{{ title }}"
100 class="sui-image sui-image-center"
101 />
102
103 </script>
104
105 <script id="hustle-modules-active-integration-header-tpl" type="text/template">
106
107 <?php // Title ?>
108 <h3 id="dialogTitle" class="sui-box-title"> <?php esc_html_e( 'Disconnect ', 'wordpress-popup' ); ?> {{ title }}</h3>
109
110 </script>
111
112 <script id="hustle-modules-active-integration-desc-tpl" type="text/template">
113
114 <?php // Title ?>
115 <p class="sui-description">{{title}}<?php esc_html_e( " is active (collecting data) on the following modules. Are you sure you wish to disconnect it? Note that if disconnecting this app results into modules without an active app, we'll activate the Hustle's Local List for those modules.", 'wordpress-popup' ); ?></p>
116
117 </script>
118