From 1a7bb1e748fa5fc9577212d9becfe51252515ce6 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 12 Feb 2016 16:29:52 +0200 Subject: [PATCH] 09.02.16 --- common/behaviors/ShowImage.php | 1 + frontend/controllers/AccountsController.php | 1 - frontend/views/accounts/_gallery_form.php | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/behaviors/ShowImage.php b/common/behaviors/ShowImage.php index 41bfbc9..5d92d84 100644 --- a/common/behaviors/ShowImage.php +++ b/common/behaviors/ShowImage.php @@ -27,4 +27,5 @@ class ShowImage extends Behavior } + } \ No newline at end of file diff --git a/frontend/controllers/AccountsController.php b/frontend/controllers/AccountsController.php index 7006ae8..3896a88 100755 --- a/frontend/controllers/AccountsController.php +++ b/frontend/controllers/AccountsController.php @@ -63,7 +63,6 @@ 'portfolio-delete' => [ 'POST' ], 'projects-delete' => [ 'POST' ], 'blog-delete' => [ 'POST' ], - 'gallery' => [ 'POST' ], ], ], ]; diff --git a/frontend/views/accounts/_gallery_form.php b/frontend/views/accounts/_gallery_form.php index 9e0a6e8..a8ea686 100644 --- a/frontend/views/accounts/_gallery_form.php +++ b/frontend/views/accounts/_gallery_form.php @@ -36,8 +36,8 @@ $gallery, 'field' => 'photo', - 'width' => 148, - 'height' => 104, + 'width' => 152, + 'height' => 108, 'multi' => true, 'gallery' => $gallery->photo, 'name' => 'Загрузить фото галереи', -- libgit2 0.21.4