Commit e88679cc authored by andre's avatar andre

#1302

parent af1c7628
...@@ -24,6 +24,7 @@ class CasesAdminController extends AdminController { ...@@ -24,6 +24,7 @@ class CasesAdminController extends AdminController {
'Createcase' => 'Добавление кейса', 'Createcase' => 'Добавление кейса',
'Createproject' => 'Добавление проекта', 'Createproject' => 'Добавление проекта',
'Update' => 'Редактирование кейса', 'Update' => 'Редактирование кейса',
'Copy' => 'Копирование кейса',
'View' => 'Просмотр кейса', 'View' => 'Просмотр кейса',
'Delete' => 'Удаление кейса', 'Delete' => 'Удаление кейса',
]; ];
......
...@@ -42,3 +42,9 @@ endif; ?> ...@@ -42,3 +42,9 @@ endif; ?>
<?php $this->registerCssFile('/css/style_add_06.06.16.css');?> <?php $this->registerCssFile('/css/style_add_06.06.16.css');?>
<?php $this->registerJsFile('/js/add_06.06.16.js', ['position' => yii\web\View::POS_END]); ?> <?php $this->registerJsFile('/js/add_06.06.16.js', ['position' => yii\web\View::POS_END]); ?>
<link rel="stylesheet" href="/css/main.css">
<?php $this->registerCssFile('/css/style_add_4.css');?>
<script src=/js/modernizr.js"></script>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment