Commit f21347cb2a2fdc95fa8ee5a4bd73fb5117ba9363

Authored by Eugeny Galkovskiy
1 parent f2e99d32

Выбрать

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
frontend/views/site/index.php
@@ -39,7 +39,7 @@ _________________________________________________________ --> @@ -39,7 +39,7 @@ _________________________________________________________ -->
39 // 'id' => 3 39 // 'id' => 3
40 // ])?><!--" class="btn btn-template-main">Подробнее</a>--> 40 // ])?><!--" class="btn btn-template-main">Подробнее</a>-->
41 41
42 - <a href="#" class="btn btn-template-transparent-primary" data-toggle="modal" data-target="#order-modal"> 42 + <a href="#" class="btn btn-template-transparent-primary" data-toggle="modal" data-target="#order-modal" data-title="Написать нам">
43 43
44 Выбрать </a> 44 Выбрать </a>
45 </p> 45 </p>
@@ -65,7 +65,7 @@ _________________________________________________________ --&gt; @@ -65,7 +65,7 @@ _________________________________________________________ --&gt;
65 // 'id' => 3 65 // 'id' => 3
66 // ])?><!--" class="btn btn-template-main">Подробнее</a>--> 66 // ])?><!--" class="btn btn-template-main">Подробнее</a>-->
67 67
68 - <a href="#" class="btn btn-template-main" data-toggle="modal" data-target="#order-modal"> 68 + <a href="#" class="btn btn-template-main" data-toggle="modal" data-target="#order-modal" data-title="ArtBox Core">
69 69
70 Выбрать </a> 70 Выбрать </a>
71 </p> 71 </p>
@@ -92,7 +92,7 @@ _________________________________________________________ --&gt; @@ -92,7 +92,7 @@ _________________________________________________________ --&gt;
92 // 'id' => 3 92 // 'id' => 3
93 // ])?><!--" class="btn btn-template-main">Подробнее</a>--> 93 // ])?><!--" class="btn btn-template-main">Подробнее</a>-->
94 94
95 - <a href="#" class="btn btn-template-transparent-primary" data-toggle="modal" data-target="#order-modal"> 95 + <a href="#" class="btn btn-template-transparent-primary" data-toggle="modal" data-target="#order-modal" data-title="ArtBox Каталог">
96 96
97 Выбрать </a> 97 Выбрать </a>
98 </p> 98 </p>
@@ -113,7 +113,7 @@ _________________________________________________________ --&gt; @@ -113,7 +113,7 @@ _________________________________________________________ --&gt;
113 // 'id' => 3 113 // 'id' => 3
114 // ])?><!--" class="btn btn-template-main">Подробнее</a>--> 114 // ])?><!--" class="btn btn-template-main">Подробнее</a>-->
115 115
116 - <a href="#" class="btn btn-template-main" data-toggle="modal" data-target="#order-modal"> 116 + <a href="#" class="btn btn-template-main" data-toggle="modal" data-target="#order-modal" data-title="ArtBox Shop">
117 117
118 Выбрать </a> 118 Выбрать </a>
119 </p> 119 </p>
@@ -152,7 +152,7 @@ _________________________________________________________ --&gt; @@ -152,7 +152,7 @@ _________________________________________________________ --&gt;
152 <li><i class="fa fa-check"></i>Блог с рубриками</li> 152 <li><i class="fa fa-check"></i>Блог с рубриками</li>
153 <li><i class="fa fa-check"></i>SEO-оптимизация + аналитика</li> 153 <li><i class="fa fa-check"></i>SEO-оптимизация + аналитика</li>
154 </ul> 154 </ul>
155 - <a href="#" class="btn btn-template-primary" data-toggle="modal" data-target="#order-modal">Выбрать</a> 155 + <a href="#" class="btn btn-template-primary" data-toggle="modal" data-target="#order-modal" data-title="ArtBox Core">Выбрать</a>
156 <a href="<?=Url::to([ 156 <a href="<?=Url::to([
157 '/page/view', 157 '/page/view',
158 'id' => 3 158 'id' => 3
@@ -184,7 +184,7 @@ _________________________________________________________ --&gt; @@ -184,7 +184,7 @@ _________________________________________________________ --&gt;
184 <a href="<?=Url::to([ 184 <a href="<?=Url::to([
185 '/page/view', 185 '/page/view',
186 'id' => 2 186 'id' => 2
187 - ])?>" class="btn btn-template-main" style="display: none!important;">Подробнее</a> 187 + ])?>" class="btn btn-template-main" style="display: none!important;" data-title="ArtBox Каталог">Подробнее</a>
188 </div> 188 </div>
189 </div> 189 </div>
190 190
@@ -211,7 +211,7 @@ _________________________________________________________ --&gt; @@ -211,7 +211,7 @@ _________________________________________________________ --&gt;
211 <a href="<?=Url::to([ 211 <a href="<?=Url::to([
212 '/page/view', 212 '/page/view',
213 'id' => 6 213 'id' => 6
214 - ])?>" class="btn btn-template-main" style="display: none!important;">Подробнее</a> 214 + ])?>" class="btn btn-template-main" style="display: none!important;" data-title="ArtBox Shop">Подробнее</a>
215 </div> 215 </div>
216 </div> 216 </div>
217 217