1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00
This commit is contained in:
Awilum
2014-01-01 21:21:26 +02:00
parent 7241410c2d
commit bfc41e03ea
34 changed files with 130 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
<h2><?php echo __('Edit item', 'menu'); ?></h2>
<br />
<br>
<div class="row">
<div class="col-md-6">

View File

@@ -1,9 +1,9 @@
<h2><?php echo __('Menu', 'menu'); ?></h2>
<br />
<br>
<?php if ($menu->count() == 0) { ?>
<h3><?php echo __('Category', 'menu'); ?>: <?php echo 'default'; ?></h3>
<br />
<br>
<?php
echo (
Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add', array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-primary'))
@@ -23,13 +23,13 @@
?>
<h3><?php echo __('Category', 'menu'); ?>: <?php echo ($category == '') ? 'default' : $category; ?></h3>
<br />
<br>
<?php
echo (
Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add'.$category_to_add , array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-primary'))
);
?>
<br /><br />
<br><br>
<table class="table table-bordered">
<thead>
@@ -73,5 +73,5 @@
<?php } ?>
</tbody>
</table>
<br />
<br>
<?php } ?>