mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
Restore Site from Backup - Updates #228
This commit is contained in:
@@ -1,19 +1,21 @@
|
|||||||
<h2><?php echo __('Backups', 'backup'); ?></h2>
|
<script>$().ready(function(){$('[name=create_backup]').click(function(){$(this).button('loading');});});</script>
|
||||||
<br>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
$().ready(function(){$('[name=create_backup]').click(function(){$(this).button('loading');});});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<?php
|
<div class="pull-left">
|
||||||
echo (
|
<h2><?php echo __('Backups', 'backup'); ?></h2>
|
||||||
Form::open(null, array('class' => 'form-inline')) .
|
</div>
|
||||||
Form::hidden('csrf', Security::token()).
|
<div class="pull-right">
|
||||||
Form::submit('create_backup', __('Create Backup', 'backup'), array('class' => 'btn btn-primary', 'data-loading-text' => __('Creating...', 'backup'))).
|
<br>
|
||||||
Form::close()
|
<?php
|
||||||
);
|
echo (
|
||||||
?>
|
Form::open(null, array('class' => 'form-inline')) .
|
||||||
|
Form::hidden('csrf', Security::token()).
|
||||||
|
Form::submit('create_backup', __('Create Backup', 'backup'), array('class' => 'btn btn-primary', 'data-loading-text' => __('Creating...', 'backup'))).
|
||||||
|
Form::close()
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
Reference in New Issue
Block a user