mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-10 15:14:30 +02:00
UI Improvements - Admin Default Theme - Updates #194
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h2 class="margin-bottom-1em"><?php echo __('New Page', 'pages'); ?></h2>
|
||||
<h2 class="margin-bottom-1"><?php echo __('New Page', 'pages'); ?></h2>
|
||||
|
||||
<?php
|
||||
echo (
|
||||
@@ -13,7 +13,7 @@
|
||||
<li <?php if (Notification::get('settings')) { ?>class="active"<?php } ?>><a href="#settings" data-toggle="tab"><?php echo __('Settings', 'pages'); ?></a></li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content tab-page margin-bottom-1em">
|
||||
<div class="tab-content tab-page margin-bottom-1">
|
||||
<div class="tab-pane <?php if (Notification::get('page')) { ?>active<?php } ?>" id="page">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
@@ -102,13 +102,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row margin-bottom-1em">
|
||||
<div class="row margin-bottom-1">
|
||||
<div class="col-xs-12">
|
||||
<?php Action::run('admin_editor', array(Html::toText($post_content))); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row margin-top-1em">
|
||||
<div class="row margin-top-1">
|
||||
<div class="col-xs-12">
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
@@ -125,7 +125,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row margin-top-1em">
|
||||
<div class="row margin-top-1">
|
||||
<div class="col-xs-6">
|
||||
<?php
|
||||
echo (
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<h2 class="margin-bottom-1em"><?php if (Request::get('name') == 'error404') { echo __('Edit 404 Page', 'pages'); } else { echo __('Edit Page', 'pages'); } ?></h2>
|
||||
<h2 class="margin-bottom-1"><?php if (Request::get('name') == 'error404') { echo __('Edit 404 Page', 'pages'); } else { echo __('Edit Page', 'pages'); } ?></h2>
|
||||
|
||||
<?php
|
||||
echo (
|
||||
@@ -16,7 +16,7 @@
|
||||
<li <?php if (Notification::get('settings')) { ?>class="active"<?php } ?>><a href="#settings" data-toggle="tab"><?php echo __('Settings', 'pages'); ?></a></li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content tab-page margin-bottom-1em">
|
||||
<div class="tab-content tab-page margin-bottom-1">
|
||||
<div class="tab-pane <?php if (Notification::get('page')) { ?>active<?php } ?>" id="page">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
@@ -135,13 +135,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row margin-bottom-1em">
|
||||
<div class="row margin-bottom-1">
|
||||
<div class="col-xs-12">
|
||||
<?php Action::run('admin_editor', array(Html::toText($to_edit))); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row margin-top-1em">
|
||||
<div class="row margin-top-1">
|
||||
<div class="col-xs-12">
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
@@ -158,7 +158,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row margin-top-1em">
|
||||
<div class="row margin-top-1">
|
||||
<div class="col-xs-6">
|
||||
<?php
|
||||
echo (
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<div class="vertical-align margin-bottom-1em">
|
||||
<div class="vertical-align margin-bottom-1">
|
||||
<div class="text-left">
|
||||
<h2><?php echo __('Pages', 'pages'); ?></h2>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user