Commit cb8e3071a91d81fea8f625c5780cab11829bd086

Authored by Administrator
1 parent 5cf99e10

04.05.16 css fix

Showing 1 changed file with 10 additions and 4 deletions   Show diff stats
backend/views/layouts/main-sidebar.php
... ... @@ -37,7 +37,7 @@ use yii\widgets\Menu;
37 37 ],
38 38 [
39 39 'label' => 'Слайдер/Банеры',
40   - 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-barcode"></i> <span>{label}</span></a>',
  40 + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-blackboard"></i> <span>{label}</span></a>',
41 41 'items' => [
42 42 ['label' => 'Слайдер', 'url' => ['/slider/index']],
43 43 ['label' => 'Банер', 'url' => ['/banner/index']],
... ... @@ -52,9 +52,15 @@ use yii\widgets\Menu;
52 52 ['label' => 'Зависимости', 'url' => ['/relation/manage']]
53 53 ]
54 54 ],
55   - ['label' => 'Статические страницы', 'url' => ['/page/index']],
56   - ['label' => 'Акции', 'url' => ['/event/index']],
57   - ['label' => 'Услуги', 'url' => ['/service/index']],
  55 + ['label' => 'Статические страницы',
  56 + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>',
  57 + 'url' => ['/page/index']],
  58 + ['label' => 'Акции',
  59 + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>',
  60 + 'url' => ['/event/index']],
  61 + ['label' => 'Услуги',
  62 + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>',
  63 + 'url' => ['/service/index']],
58 64 [
59 65 'label' => 'SEO',
60 66 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>',
... ...