Commit 13316d09ab1cbb943639fba3454a0b74e71c82b8

Authored by Eugeny Galkovskiy
1 parent ad157566

Страница Контакты

Showing 1 changed file with 10 additions and 11 deletions   Show diff stats
frontend/views/site/contact.php
@@ -35,12 +35,12 @@ JS; @@ -35,12 +35,12 @@ JS;
35 <div class="col-md-12"> 35 <div class="col-md-12">
36 <section> 36 <section>
37 <div class="heading"> 37 <div class="heading">
38 - <h2>We are here to help you</h2> 38 + <h2>Контакты</h2>
39 </div> 39 </div>
40 40
41 - <p class="lead">Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am  
42 - he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.</p>  
43 - <p>Please feel free to contact us, our customer service center is working for you 24/7.</p> 41 + <p class="lead">
  42 +
  43 + </p>
44 </section> 44 </section>
45 </div> 45 </div>
46 </div> 46 </div>
@@ -49,12 +49,12 @@ JS; @@ -49,12 +49,12 @@ JS;
49 <section> 49 <section>
50 50
51 <div class="row"> 51 <div class="row">
52 - <div class="col-md-4"> 52 + <div class="col-md-6">
53 <div class="box-simple"> 53 <div class="box-simple">
54 <div class="icon"> 54 <div class="icon">
55 <i class="fa fa-map-marker"></i> 55 <i class="fa fa-map-marker"></i>
56 </div> 56 </div>
57 - <h3>Address</h3> 57 + <h3>Адрес</h3>
58 <p> 58 <p>
59 <?php 59 <?php
60 if (!empty( $settings->street )) { 60 if (!empty( $settings->street )) {
@@ -77,7 +77,7 @@ JS; @@ -77,7 +77,7 @@ JS;
77 </div> 77 </div>
78 78
79 79
80 - <div class="col-md-4"> 80 + <div class="col-md-6">
81 <?php 81 <?php
82 if (!empty( $settings->phone )) { 82 if (!empty( $settings->phone )) {
83 ?> 83 ?>
@@ -85,8 +85,7 @@ JS; @@ -85,8 +85,7 @@ JS;
85 <div class="icon"> 85 <div class="icon">
86 <i class="fa fa-phone"></i> 86 <i class="fa fa-phone"></i>
87 </div> 87 </div>
88 - <h3> Call center </h3>  
89 - <p class="text-muted"> This number is toll free if calling from Great Britain otherwise we advise you to use the electronic form of communication .</p> 88 + <h3> Телефон </h3>
90 <p> 89 <p>
91 <?php 90 <?php
92 echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); 91 echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone);
@@ -136,7 +135,7 @@ JS; @@ -136,7 +135,7 @@ JS;
136 135
137 <div class="col-md-12"> 136 <div class="col-md-12">
138 <div class="heading"> 137 <div class="heading">
139 - <h2> Contact form </h2> 138 + <h2> Напишите нам </h2>
140 </div> 139 </div>
141 </div> 140 </div>
142 141
@@ -173,7 +172,7 @@ JS; @@ -173,7 +172,7 @@ JS;
173 172
174 <div class="col-sm-12 text-center"> 173 <div class="col-sm-12 text-center">
175 <?= Html::submitButton( 174 <?= Html::submitButton(
176 - '<i class="fa fa-envelope-o"></i> Send message', 175 + '<i class="fa fa-envelope-o"></i> Отправить',
177 [ 176 [
178 'class' => 'btn btn-template-main', 177 'class' => 'btn btn-template-main',
179 ] 178 ]