示例#1
0
disabled(false != Synthesis_DB_Backup::is_backup_running());
?>
>New DB Snapshot</button>
		<span class="spinner" id="db-snapshot-spinner" style="float: none; display: none"></span>
	</form>

	<p>
        <a href="" style="display: none" id="db-snapshot-download-link"><?php 
_e('Download last snapshot');
?>
</a>
	</p>

	<div id="db-snapshot-progress" class="smash-container">
		<?php 
Synthesis_Software_Monitor::db_snapshots_markup();
?>
	</div>

	</div>

	<h3 class="title"><?php 
_e('Personal Backups for S3');
?>
</h3>

    <p><?php 
_e('If you have a an Amazon S3 account, you can configure your Personal Backups for S3.');
?>
	   <?php 
printf(__('Download the User Guide <a href="%s">here</a>'), Synthesis_S3_Settings::BACKUP_GUIDE_URL);