From e92bcdbfa63913e45ae936f5ca34143652b1b7aa Mon Sep 17 00:00:00 2001 From: butschster Date: Thu, 10 Oct 2013 20:19:30 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE?= =?UTF-8?q?=D0=BA=20=D0=BC=D0=B5=D1=81=D1=82=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/modules/widget/views/widgets/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/modules/widget/views/widgets/edit.php b/cms/modules/widget/views/widgets/edit.php index ae4f0e88a..f7cafb95e 100644 --- a/cms/modules/widget/views/widgets/edit.php +++ b/cms/modules/widget/views/widgets/edit.php @@ -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' )); ?> @@ -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' )); ?>