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.
28 lines
769 B
28 lines
769 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
|
|
use Duplicator\Installer\Core\Params\PrmMng;
|
|
|
|
$paramsManager = PrmMng::getInstance();
|
|
?>
|
|
|
|
<!-- =========================================
|
|
VIEW: STEP 3- INPUT -->
|
|
<form id='s3-input-form' method="post" class="content-form" autocomplete="off">
|
|
<div class="main-form-content" >
|
|
<?php dupxTplRender('pages-parts/step3/options'); ?>
|
|
</div>
|
|
<div class="footer-buttons margin-top-2">
|
|
<div class="content-left">
|
|
</div>
|
|
<div class="content-right" >
|
|
<button id="s3-next" type="button" onclick="DUPX.runSiteUpdate()" class="default-btn"> Next <i class="fa fa-caret-right"></i> </button>
|
|
</div>
|
|
</div>
|
|
</form>
|