1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 19:27:52 +02:00

Restore Site from Backup - Updates #228

This commit is contained in:
Awilum
2014-02-13 23:52:40 +02:00
parent 608c987e6d
commit 3bd33ab305

View File

@@ -1,11 +1,11 @@
<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>
<div class="pull-left">
<h2><?php echo __('Backups', 'backup'); ?></h2>
</div>
<div class="pull-right">
<br>
<?php <?php
echo ( echo (
Form::open(null, array('class' => 'form-inline')) . Form::open(null, array('class' => 'form-inline')) .
@@ -15,6 +15,8 @@ $().ready(function(){$('[name=create_backup]').click(function(){$(this).button('
); );
?> ?>
</div> </div>
<div class="clearfix"></div>
</div>
<br> <br>