You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
926 B
31 lines
926 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
|
|
use Duplicator\Installer\Core\Params\PrmMng;
|
|
|
|
?>
|
|
<div id="next_action" class="bottom-step-action no-display" >
|
|
<div class="footer-buttons margin-top-2">
|
|
<div class="content-left">
|
|
<?php
|
|
dupxTplRender('pages-parts/step1/terms-and-conditions');
|
|
PrmMng::getInstance()->getHtmlFormParam(PrmMng::PARAM_ACCEPT_TERM_COND);
|
|
?>
|
|
</div>
|
|
<div class="content-right" >
|
|
<button
|
|
id="s1-deploy-btn"
|
|
type="button"
|
|
title="<?php echo DUPX_U::esc_attr('To enable this button the checkbox above under the "Terms & Notices" must be checked.'); ?>"
|
|
class="default-btn">
|
|
Next <i class="fa fa-caret-right"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|