mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
#64 Admin Responsive - Next Round
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<script>$().ready(function(){$('[name=create_backup]').click(function(){$(this).button('loading');});});</script>
|
||||
|
||||
<div class="vertical-align margin-bottom-1">
|
||||
<div class="text-left">
|
||||
<div class="text-left row-phone">
|
||||
<h2><?php echo __('Backups', 'backup'); ?></h2>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<div class="text-right row-phone">
|
||||
<?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::submit('create_backup', __('Create Backup', 'backup'), array('class' => 'btn btn-phone btn-primary', 'data-loading-text' => __('Creating...', 'backup'))).
|
||||
Form::close()
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user