Commit 230c064fc03447bba8943a7bd1233232382abbce
1 parent
8c54b055
добавил кнопку в меню админки
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
backend/views/layouts/menu_items.php
| ... | ... | @@ -54,6 +54,18 @@ |
| 54 | 54 | ], |
| 55 | 55 | ], |
| 56 | 56 | ], |
| 57 | + [ | |
| 58 | + 'label' => \Yii::t('core', 'Отчеты'), | |
| 59 | + 'url' => '#', | |
| 60 | + 'template' => '<a href="#"><b class="static"></b><span>{label}</span>{badge}</a>', | |
| 61 | + 'items' => [ | |
| 62 | + [ | |
| 63 | + 'label' => \Yii::t('core', 'Заявки на посещение'), | |
| 64 | + 'url' => [ '/export/index' ], | |
| 65 | + | |
| 66 | + ], | |
| 67 | + ], | |
| 68 | + ], | |
| 57 | 69 | // [ |
| 58 | 70 | // 'label' => \Yii::t('core', 'SEO'), |
| 59 | 71 | // 'url' => '#', | ... | ... |