PluginProbe
AcyMailing – An Ultimate Newsletter Plugin and Marketing Automation Solution for WordPress / trunk
AcyMailing – An Ultimate Newsletter Plugin and Marketing Automation Solution for WordPress vtrunk
11.0.5 11.0.4 11.0.3 11.0.2 11.0.1 11.0.0 10.11.1 10.11.0 10.10.2 10.10.1 10.10.0 10.9.1 trunk 10.0.0 10.0.1 10.1.0 10.1.1 10.1.2 10.1.3 10.1.4 10.2.0 10.2.1 10.2.2 10.3.0 10.4.0 All 60 releases
acymailing / front / FrontViews / Frontusers / tmpl / edit_actions.php

edit_actions.php in AcyMailing – An Ultimate Newsletter Plugin and Marketing Automation Solution for WordPress trunk, at front/FrontViews/Frontusers/tmpl/edit_actions.php

24 lines 839 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 defined('ABSPATH') || die('Restricted Access');
3 ?>
4 <div class="cell grid-x text-right grid-margin-x align-right">
5 <?php
6 acym_cancelButton();
7 if (!empty($data['entityselectContent'])) {
8 acym_modal(
9 acym_translation('ACYM_MANAGE_SUBSCRIPTION'),
10 $data['entityselectContent'],
11 null,
12 [],
13 ['class' => 'cell medium-6 large-shrink button button-secondary']
14 );
15 }
16 ?>
17 <button type="submit" data-task="apply" class="cell medium-6 large-shrink acy_button_submit button-secondary button">
18 <?php echo esc_html(acym_translation('ACYM_SAVE')); ?>
19 </button>
20 <button type="submit" data-task="save" class="cell medium-6 large-shrink acy_button_submit button">
21 <?php echo esc_html(acym_translation('ACYM_SAVE_EXIT')); ?>
22 </button>
23 </div>
24