Skip to content

Commit

Permalink
Поменял цвета кнопок местами
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Oct 10, 2013
1 parent 2ce80e0 commit e92bcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/modules/widget/views/widgets/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'action' => 'edit',
'id' => $widget->template
)), 'icon' => UI::icon('edit'),
'class' => 'popup fancybox.iframe btn '.$hidden, 'id' => 'WidgetTemplateButton'
'class' => 'popup fancybox.iframe btn btn-primary '.$hidden, 'id' => 'WidgetTemplateButton'
));
?>
<?php endif; ?>
Expand All @@ -74,7 +74,7 @@
'action' => 'template',
'id' => $widget->id
)), 'icon' => UI::icon('desktop'),
'class' => 'popup fancybox.iframe btn btn-primary'
'class' => 'popup fancybox.iframe btn'
));
?>
<?php endif; ?>
Expand Down

0 comments on commit e92bcdb

Please sign in to comment.