<?php
/**
 * Template for the overlay of the inline editor
 *
 * @since 3.2.1
 */
?>
<script type="text/html" id="js-wpv-layout-template-overlay-template">
	<div class='wpv-setting-overlay js-wpv-layout-template-overlay' style='top:36px' >
		<div class='wpv-transparency' style='opacity:0.9'></div>
		<div class='wpv-layout-template-overlay-info toolset-alert toolset-alert-info'>
			<p>
				<strong>
					{{{title}}}
				</strong>
			</p>
			<p>
				<a href='{{{url}}}' target='_blank' class='button button-secondary js-wpv-layout-template-overlay-info-link'>
					{{{button}}}
				</a>
			</p>
			<p>
				<a href='#' class='wpv-ct-apply-user-editor-basic js-wpv-ct-apply-user-editor js-wpv-ct-apply-user-editor-basic' data-editor='basic'>
					{{{discard}}}
				</a>
			</p>
		</div>
	</div>
</script>
