From 75743b6134b821c8a5c0274823d0ee3667ab3c37 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Thu, 19 Jul 2018 09:31:18 +0300 Subject: [PATCH] Косметические правки --- frontend/views/event/_event.php | 2 +- frontend/views/event/cutCode.php | 23 +++++++++++++++++++++++ frontend/views/event/index.php | 27 ++++----------------------- frontend/views/site/index.php | 2 +- frontend/web/css/site.css | 6 +++++- 5 files changed, 34 insertions(+), 26 deletions(-) create mode 100644 frontend/views/event/cutCode.php diff --git a/frontend/views/event/_event.php b/frontend/views/event/_event.php index 5448f8b..4fd964a 100755 --- a/frontend/views/event/_event.php +++ b/frontend/views/event/_event.php @@ -39,7 +39,7 @@ ) ?>">title; ?>
categories)) { ?> -

Без категории

+

categories as $category) { diff --git a/frontend/views/event/cutCode.php b/frontend/views/event/cutCode.php new file mode 100644 index 0000000..03da94a --- /dev/null +++ b/frontend/views/event/cutCode.php @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/frontend/views/event/index.php b/frontend/views/event/index.php index 898d31f..b1340c0 100755 --- a/frontend/views/event/index.php +++ b/frontend/views/event/index.php @@ -43,6 +43,7 @@ _________________________________________________________ --> [ 'dataProvider' => $dataProvider, 'itemView' => '_event', + 'emptyText' => '', 'options' => [ 'class' => 'col-md-9', 'id' => 'blog-listing-medium', @@ -63,29 +64,9 @@ _________________________________________________________ --> _________________________________________________________ --> - - - + diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 589b274..ef259b2 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -120,7 +120,7 @@ _________________________________________________________ --> -
+
diff --git a/frontend/web/css/site.css b/frontend/web/css/site.css index f365348..fc08e85 100644 --- a/frontend/web/css/site.css +++ b/frontend/web/css/site.css @@ -128,4 +128,8 @@ a.desc:after { display: block; height: 40px; -} \ No newline at end of file +} + +.background-white { + background-color: white; +} -- libgit2 0.21.4