Commit d0cba936b4d32b0a97856178b631c31d9891ec82
1 parent
c516b9d0
123
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/app/frontend/views/about_ukr.php
| ... | ... | @@ -52,7 +52,7 @@ |
| 52 | 52 | <span class="small_digits">(093)</span><span> 026-86-64</span> |
| 53 | 53 | |
| 54 | 54 | <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones"> |
| 55 | - <a href="/callback" class="callback" title="Зворотній зв'язок" id="ajax_simple" data-options="width: 940, height: 400" target="/callback" data-type="ajax">Зворотній зв'язок</a> | |
| 55 | + <a href="/callback" class="callback" title="Зворотній зв'язок" id="ajax_simple" data-options="width: 940, height: 400" target="/callback" data-toggle="modal" data-target="#myModal2" data-type="ajax">Зворотній зв'язок</a> | |
| 56 | 56 | </div> |
| 57 | 57 | </div> |
| 58 | 58 | </div> |
| ... | ... | @@ -721,7 +721,7 @@ |
| 721 | 721 | <div class="col-xs-12 col-sm-4 col-md-3"> |
| 722 | 722 | <address class="phone">+38 (044) <span>581-67-15</span><br> |
| 723 | 723 | +38 (044) <span>451-48-59</span><br> |
| 724 | - <a class="hidden-xs" data-toggle="modal" data-target="#myModal2"> | |
| 724 | + <a class="hidden-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;"> | |
| 725 | 725 | Зворотній зв'язок |
| 726 | 726 | </a> |
| 727 | 727 | </address> |
| ... | ... | @@ -730,7 +730,7 @@ |
| 730 | 730 | <address>+38 (050) <span>464-48-59</span><br> |
| 731 | 731 | +38 (067) <span>464-48-59</span><br> |
| 732 | 732 | +38 (093) <span>026-86-64</span> |
| 733 | - <a class="visible-xs" data-toggle="modal" data-target="#myModal2"> | |
| 733 | + <a class="visible-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;"> | |
| 734 | 734 | Зворотній зв'язок |
| 735 | 735 | </a> |
| 736 | 736 | </address> | ... | ... |