18 lines
551 B
PHP
18 lines
551 B
PHP
<?php
|
|
/**
|
|
* Plugins install template
|
|
*/
|
|
?>
|
|
<h2><?php esc_html_e( 'Install Plugins', 'jet-plugins-wizard' ); ?></h2>
|
|
|
|
<div class="jet-plugins-wizard-msg"><?php esc_html_e( 'Before demo data import a set of required plugins will be installed. Please be patient, this may take few minutes.', 'jet-plugins-wizard' ); ?></div>
|
|
|
|
<div class="jet-plugins-wizard-progress">
|
|
<div class="jet-plugins-wizard-progress__bar">
|
|
<span class="jet-plugins-wizard-progress__label"><span></span></span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="jet-plugins-wizard-plugins">
|
|
|
|
</div>
|