Commit f967ee88d6d7a6642e6139e603ef3ecf3c18035f
1 parent
10d3d6aa
123
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/app/frontend/views/about_eng.php
... | ... | @@ -657,7 +657,7 @@ |
657 | 657 | <div class="col-xs-12 col-sm-4 col-md-3"> |
658 | 658 | <address class="phone">+38 (044) <span>581-67-15</span><br> |
659 | 659 | +38 (044) <span>451-48-59</span><br> |
660 | - <a class="hidden-xs" data-toggle="modal" data-target="#myModal2"> | |
660 | + <a class="hidden-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;"> | |
661 | 661 | Contact Us |
662 | 662 | </a> |
663 | 663 | </address> |
... | ... | @@ -666,7 +666,7 @@ |
666 | 666 | <address>+38 (050) <span>464-48-59</span><br> |
667 | 667 | +38 (067) <span>464-48-59</span><br> |
668 | 668 | +38 (093) <span>026-86-64</span> |
669 | - <a class="visible-xs" data-toggle="modal" data-target="#myModal2"> | |
669 | + <a class="visible-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;"> | |
670 | 670 | Contact Us |
671 | 671 | </a> |
672 | 672 | </address> | ... | ... |
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="Зворотній зв'язок" data-toggle="modal" data-target="#myModal2">Зворотній зв'язок</a> | |
55 | + <a href="/callback" class="callback" title="Зворотній зв'язок" id="ajax_simple" data-options="width: 940, height: 400" target="/callback" data-type="ajax">Зворотній зв'язок</a> | |
56 | 56 | </div> |
57 | 57 | </div> |
58 | 58 | </div> | ... | ... |