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 / Frontcampaigns / tmpl / send_settings_actions.php

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

24 lines 1.2 KB
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 margin-top-1">
5 <div class="cell medium-shrink medium-margin-bottom-0 margin-bottom-1">
6 <?php acym_backToListing(); ?>
7 </div>
8 <div class="cell medium-auto grid-x text-right">
9 <div class="cell medium-auto"></div>
10 <?php if ($data['from'] === 'create') { ?>
11 <button data-task="save" data-step="summary" type="submit" class="cell medium-shrink button margin-bottom-0 acy_button_submit">
12 <?php echo esc_html(strtoupper(acym_translation('ACYM_SAVE_CONTINUE'))); ?><i class="acymicon-chevron-right"></i>
13 </button>
14 <?php } else { ?>
15 <button data-task="save" data-step="listing" type="submit" class="cell button-secondary medium-shrink button medium-margin-bottom-0 margin-right-1 acy_button_submit">
16 <?php echo esc_html(acym_translation('ACYM_SAVE_EXIT')); ?>
17 </button>
18 <button data-task="save" data-step="summary" type="submit" class="cell medium-shrink button margin-bottom-0 acy_button_submit">
19 <?php echo esc_html(acym_translation('ACYM_SAVE_CONTINUE')); ?><i class="acymicon-chevron-right"></i>
20 </button>
21 <?php } ?>
22 </div>
23 </div>
24