first commit
This commit is contained in:
48
backend/views/layouts/left.php
Normal file
48
backend/views/layouts/left.php
Normal file
@ -0,0 +1,48 @@
|
||||
<aside class="main-sidebar">
|
||||
<section class="sidebar">
|
||||
|
||||
<?= dmstr\widgets\Menu::widget(
|
||||
[
|
||||
'options' => ['class' => 'sidebar-menu tree', 'data-widget' => 'tree'],
|
||||
'items' => [
|
||||
['label' => 'Статусы', 'icon' => 'anchor', 'url' => ['/status/status']],
|
||||
['label' => 'Доп. поля', 'icon' => 'file-text-o', 'url' => ['/fields/additional-fields']],
|
||||
['label' => 'Профили', 'icon' => 'users', 'url' => ['/card/user-card']],
|
||||
['label' => 'Пректы', 'icon' => 'files-o', 'url' => ['/project/project']],
|
||||
|
||||
/*['label' => 'Gii', 'icon' => 'file-code-o', 'url' => ['/gii']],
|
||||
['label' => 'Debug', 'icon' => 'dashboard', 'url' => ['/debug']],
|
||||
['label' => 'Login', 'url' => ['site/login'], 'visible' => Yii::$app->user->isGuest],
|
||||
[
|
||||
'label' => 'Some tools',
|
||||
'icon' => 'share',
|
||||
'url' => '#',
|
||||
'items' => [
|
||||
['label' => 'Gii', 'icon' => 'file-code-o', 'url' => ['/gii'],],
|
||||
['label' => 'Debug', 'icon' => 'dashboard', 'url' => ['/debug'],],
|
||||
[
|
||||
'label' => 'Level One',
|
||||
'icon' => 'circle-o',
|
||||
'url' => '#',
|
||||
'items' => [
|
||||
['label' => 'Level Two', 'icon' => 'circle-o', 'url' => '#',],
|
||||
[
|
||||
'label' => 'Level Two',
|
||||
'icon' => 'circle-o',
|
||||
'url' => '#',
|
||||
'items' => [
|
||||
['label' => 'Level Three', 'icon' => 'circle-o', 'url' => '#',],
|
||||
['label' => 'Level Three', 'icon' => 'circle-o', 'url' => '#',],
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
],*/
|
||||
],
|
||||
]
|
||||
) ?>
|
||||
|
||||
</section>
|
||||
|
||||
</aside>
|
Reference in New Issue
Block a user