mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 21:56:39 +02:00
UI Improvements - Admin Default Theme - Updates #194
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<h2><?php echo __('New Page', 'pages'); ?></h2>
|
||||
<br>
|
||||
<h2 class="margin-bottom-1em"><?php echo __('New Page', 'pages'); ?></h2>
|
||||
|
||||
<?php
|
||||
echo (
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<h2><?php if (Request::get('name') == 'error404') { echo __('Edit 404 Page', 'pages'); } else { echo __('Edit Page', 'pages'); } ?></h2>
|
||||
<br>
|
||||
<h2 class="margin-bottom-1em"><?php if (Request::get('name') == 'error404') { echo __('Edit 404 Page', 'pages'); } else { echo __('Edit Page', 'pages'); } ?></h2>
|
||||
|
||||
<?php
|
||||
echo (
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user