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-18 23:02:26 +02:00
parent e449381555
commit 32e2890b37
22 changed files with 44 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
<h2 class="margin-bottom-1em"><?php echo __('Menu', 'menu'); ?></h2>
<h2 class="margin-bottom-1"><?php echo __('Menu', 'menu'); ?></h2>
<?php if ($menu->count() == 0) { ?>
<div class="vertical-align margin-bottom-1em">
<div class="vertical-align margin-bottom-1">
<div class="text-left">
<h3><?php echo __('Category', 'menu'); ?>: <?php echo 'default'; ?></h3>
</div>
@@ -21,7 +21,7 @@
$category_to_add = ($category == '') ? '' : '&category='.$category;
?>
<div class="vertical-align margin-bottom-1em">
<div class="vertical-align margin-bottom-1">
<div class="text-left">
<h3><?php echo __('Category', 'menu'); ?>: <?php echo ($category == '') ? 'default' : $category; ?></h3>
</div>