File "modal-deploy-database.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/mojo-marketplace-wp-plugin/pages/modal-deploy-database.php
File size: 1.09 KB
MIME-type: text/plain
Charset: utf-8

<div class="container">
	<div class="panel panel-default">
		<div class="panel-heading">
			<div class="row">
				<div class="col-xs-12 col-sm-12">
					<ol class="breadcrumb">
						<li><?php esc_html_e( 'Deploy Database To Production', 'mojo-marketplace-wp-plugin' ); ?></li>
					</ol>
				</div>
			</div>
		</div>
		<div class="panel-body">
			<div class="row">
				<div class="col-xs-12 col-sm-12 text-center">
					<img src="<?php echo esc_url( MM_ASSETS_URL . 'img/database.png' ); ?>" />
					<img src="<?php echo esc_url( MM_ASSETS_URL . 'img/to-production.png' ); ?>" />
					<p style="font-size: 18px;"><?php esc_html_e( 'Are you sure you want to deploy the database changes to production?', 'mojo-marketplace-wp-plugin' ); ?></p>
					<button class="btn btn-primary btn-lg mm-close-modal" ><?php esc_html_e( 'Cancel Deployment', 'mojo-marketplace-wp-plugin' ); ?></button>
					<button class="btn btn-success btn-lg staging-action" data-staging-action="mm_deploy_db"><?php esc_html_e( 'Yes! Let&#8217;s Deploy', 'mojo-marketplace-wp-plugin' ); ?></button>
				</div>
			</div>
		</div>
	</div>
</div>