Commit 75bb67ac697bd55e7e9b3e6308494f574454f206

Authored by Administrator
1 parent 38d3bad8

04.05.16 css fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/views/layouts/main-sidebar.php
... ... @@ -45,7 +45,7 @@ use yii\widgets\Menu;
45 45 ],
46 46 [
47 47 'label' => 'Характеристики',
48   - 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>',
  48 + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-tags"></i> <span>{label}</span></a>',
49 49 'url' => ['/rubrication/tax-group'],
50 50 'items' => [
51 51 ['label' => 'Характеристики', 'url' => ['/rubrication/tax-group']],
... ...