<div id="ls-revisions-welcome">
<div class="wrap">
<?php if( ! empty( $notification ) ) : ?>
<div class="ls-notification-info">
<i class="dashicons dashicons-info"></i>
<?php echo $notification ?>
</div>
<?php endif ?>
<?php if( ! LS_Config::isActivatedSite() ) : ?>
<div class="ls-notification-info">
<i class="dashicons dashicons-info"></i>
<?php echo sprintf(__('Slider Revisions is a premium feature. Activate your copy of LayerSlider in order to enjoy our premium benefits. %sPurchase a license%s or %sread the documentation%s to learn more. %sGot LayerSlider in a theme?%s', 'LayerSlider'), '<a href="'.LS_Config::get('purchase_url').'" target="_blank">', '</a>', '<a href="https://layerslider.kreaturamedia.com/documentation/#activation" target="_blank">', '</a>', '<a href="https://layerslider.kreaturamedia.com/documentation/#activation-bundles" target="_blank">', '</a>') ?>
</div>
<?php endif ?>
<h1><?php _e('You Can Now Rewind Time', 'LayerSlider') ?></h1>
<p class="center">
<?php echo _e('Have a peace of mind knowing that your slider edits are always safe and you can revert back unwanted changes or faulty saves at any time. This feature serves not just as a backup solution, but a complete version control system where you can visually compare the changes you have made along the way.', 'LayerSlider') ?>
<br><br>
<a href="#" class="ls-revisions-options"><?php _e('Customize Revisions Preferences', 'LayerSlider') ?></a>
<a target="_blank" href="https://layerslider.kreaturamedia.com/documentation/#builder-revisions" class="ls-revisions-more-info"><?php _e('More Information', 'LayerSlider') ?></a>
</p>
<div class="center">
<video autoplay loop muted poster="<?php echo LS_ROOT_URL ?>/static/admin/img/revisions.jpg">
<source src="https://cdn1.kreaturamedia.com/media/revisions.mp4" type="video/mp4">
</video>
</div>
</div>
<script type="text/html" id="tmpl-revisions-options">
<div id="ls-revisions-modal-window">
<header>
<h1><?php _e('Revisions Preferences', 'LayerSlider') ?></h1>
<b class="dashicons dashicons-no"></b>
</header>
<form method="post" class="km-ui-modal-scrollable">
<?php wp_nonce_field('ls-save-revisions-options'); ?>
<input type="hidden" name="ls-revisions-options" value="1">
<table>
<tr>
<td><input type="checkbox" name="ls-revisions-enabled" class="hero" data-warning="<?php _e('Disabling Slider Revisions will also remove all revisions saved so far. Are you sure you want to continue?', 'LayerSlider') ?>" <?php echo LS_Revisions::$enabled ? 'checked' : '' ?>></td>
<td><?php _e('Enable Revisions', 'LayerSlider') ?></td>
</tr>
</table>
<div>
<h2 class="ls-revisions-h2"><?php _e('Update Frequency', 'LayerSlider') ?></h2>
<?php echo sprintf(__('Limit the total number of revisions per slider to %s.', 'LayerSlider'), '<input type="number" name="ls-revisions-limit" min="2" max="500" value="'.LS_Revisions::$limit.'">' ) ?> <br>
<?php echo sprintf(__('Wait at least %s minutes between edits before adding a new revision.', 'LayerSlider'), '<input type="number" name="ls-revisions-interval" min="0" max="500" value="'.LS_Revisions::$interval.'">') ?>
</div>
<div class="ls-notification-info">
<i class="dashicons dashicons-info"></i>
<?php _e('Slider Revisions also stores the undo/redo controls. There is no reason using very frequent saves since you will be able to undo the changes in-between.', 'LayerSlider') ?>
</div>
<button class="button button-primary button-hero"><?php _e('Update Revisions Preferences', 'LayerSlider') ?></button>
</form>
</div>
</script>
</div>