1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-11 15:45:07 +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,9 +1,8 @@
<div>
<div class="pull-left">
<div class="vertical-align margin-bottom-1em">
<div class="text-left">
<h2><?php echo __('Pages', 'pages'); ?></h2>
</div>
<div class="pull-right">
<br>
<div class="text-right">
<?php
echo (
Html::anchor(__('Create New Page', 'pages'), 'index.php?id=pages&action=add_page', array('title' => __('Create New Page', 'pages'), 'class' => 'btn btn-primary')). Html::nbsp(3).
@@ -11,12 +10,8 @@
);
?>
</div>
<div class="clearfix"></div>
</div>
<br>
<table class="table table-bordered">
<thead>
<tr>