From 6afa0829ad3e22258194de71da26501b4c0de2d3 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 14 Sep 2017 12:29:06 +0300 Subject: [PATCH] Запись на приём --- frontend/controllers/SiteController.php | 4 ++++ frontend/views/site/appment.php | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ frontend/web/css/custom.css | 3 +++ frontend/web/css/style.turquoise.css | 4 ++-- 4 files changed, 83 insertions(+), 2 deletions(-) diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index d3fd46b..60555d4 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -144,4 +144,8 @@ } } } + + public function actionAppment(){ + return $this->render('appment'); + } } diff --git a/frontend/views/site/appment.php b/frontend/views/site/appment.php index e69de29..4699b6d 100644 --- a/frontend/views/site/appment.php +++ b/frontend/views/site/appment.php @@ -0,0 +1,74 @@ +get('seo'); +$this->title = \Yii::t('app', 'Записаться на приём'); +$this->params[ 'breadcrumbs' ][] = $this->title; +?> +
+
+
+
+

title?>

+
+
+
+ +
+
+
+
+
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index d6a2b27..301909f 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -205,4 +205,7 @@ .header-kristal .mtop90 { margin-top: 0px; } +} +.appment-page .modal-body{ + margin-bottom: 60px; } \ No newline at end of file diff --git a/frontend/web/css/style.turquoise.css b/frontend/web/css/style.turquoise.css index 5b986d8..ee0aa07 100755 --- a/frontend/web/css/style.turquoise.css +++ b/frontend/web/css/style.turquoise.css @@ -2041,7 +2041,7 @@ fieldset[disabled] .btn-template-primary.active { } #heading-breadcrumbs { - background: url('../img/texture-bw.png') center center repeat; + background-color: #81e7d3; padding: 20px 0; margin-bottom: 40px; } @@ -3809,7 +3809,7 @@ hr { } .breadcrumb > .active { - color: #999999; + color: #ffffff; } @media (max-width: 991px) { -- libgit2 0.21.4