1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00

UI Improvements - Admin Default Theme - Updates #194

This commit is contained in:
Awilum
2014-02-14 21:35:56 +02:00
parent e436317d7e
commit e3d0da1047
22 changed files with 34 additions and 74 deletions

View File

@@ -1,11 +1,10 @@
<script>$().ready(function(){$('[name=create_backup]').click(function(){$(this).button('loading');});});</script>
<div>
<div class="pull-left">
<div class="vertical-align margin-bottom-1em">
<div class="text-left">
<h2><?php echo __('Backups', 'backup'); ?></h2>
</div>
<div class="pull-right">
<br>
<div class="text-right">
<?php
echo (
Form::open(null, array('class' => 'form-inline')) .
@@ -15,11 +14,8 @@
);
?>
</div>
<div class="clearfix"></div>
</div>
<br>
<!-- Backup_list -->
<table class="table table-bordered">
<thead>