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 39 // 'id' => 3
40 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 44 Выбрать </a>
45 45 </p>
... ... @@ -65,7 +65,7 @@ _________________________________________________________ --&gt;
65 65 // 'id' => 3
66 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 70 Выбрать </a>
71 71 </p>
... ... @@ -92,7 +92,7 @@ _________________________________________________________ --&gt;
92 92 // 'id' => 3
93 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 97 Выбрать </a>
98 98 </p>
... ... @@ -113,7 +113,7 @@ _________________________________________________________ --&gt;
113 113 // 'id' => 3
114 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 118 Выбрать </a>
119 119 </p>
... ... @@ -152,7 +152,7 @@ _________________________________________________________ --&gt;
152 152 <li><i class="fa fa-check"></i>Блог с рубриками</li>
153 153 <li><i class="fa fa-check"></i>SEO-оптимизация + аналитика</li>
154 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 156 <a href="<?=Url::to([
157 157 '/page/view',
158 158 'id' => 3
... ... @@ -184,7 +184,7 @@ _________________________________________________________ --&gt;
184 184 <a href="<?=Url::to([
185 185 '/page/view',
186 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 188 </div>
189 189 </div>
190 190  
... ... @@ -211,7 +211,7 @@ _________________________________________________________ --&gt;
211 211 <a href="<?=Url::to([
212 212 '/page/view',
213 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 215 </div>
216 216 </div>
217 217  
... ...