Commit 92c9c03e4b46cb81b29989f00da2d19553647a32

Authored by Eugeny Galkovskiy
1 parent 9ce85ea8

123

src/app/frontend/views/about_eng.php
@@ -114,7 +114,7 @@ @@ -114,7 +114,7 @@
114 </div> 114 </div>
115 <div class="clearfix"></div> 115 <div class="clearfix"></div>
116 </nav> 116 </nav>
117 -<div class="modal fade modal-dark" id="basicModal" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> 117 +<div class="modal fade modal-dark" id="langModal" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">
118 <div class="modal-dialog"> 118 <div class="modal-dialog">
119 <div> 119 <div>
120 <div class="modal-body text-center"> 120 <div class="modal-body text-center">
@@ -142,7 +142,7 @@ @@ -142,7 +142,7 @@
142 <p>Professional Seeds offers a wide range of wholesale and retail trade of seeds for vegetable and flower plants, turf grass, flower mixes, crop protection agents, fertilizers, young plants, ornamental plants, berrylike bushes, grapes, fruit trees, herbage plant and the associated goods. One of the most special things about our company is that it has its own production and packaging capacities. Professional Seeds spreads its activity all over Ukraine.</p> 142 <p>Professional Seeds offers a wide range of wholesale and retail trade of seeds for vegetable and flower plants, turf grass, flower mixes, crop protection agents, fertilizers, young plants, ornamental plants, berrylike bushes, grapes, fruit trees, herbage plant and the associated goods. One of the most special things about our company is that it has its own production and packaging capacities. Professional Seeds spreads its activity all over Ukraine.</p>
143 </div> 143 </div>
144 <div class="item text-center"> 144 <div class="item text-center">
145 - <p>We try to meet the needs of our clients as well as keep up with the trends of today's markets. The corporate philosophy of our brand is based on the following components: expert counseling, excellent quality services, fastest logistics and uniqueness of the products. Professional Seeds caters to its clients, providing them with committed services and the products of top quality. At present we are working with 16 world-known brand names, and we do move beyond. Our company always stays open to clients, and ready to cooperate with new partners.</p> 145 + <p>We try to meet the needs of our clients as well as keep up with the trends of today's markets. The corporate philosophy of our brand is based on the following components: expert counseling, excellent quality services, fastest logistics and uniqueness of the products. Professional Seeds caters to its clients, providing them with committed services and the products of top quality. At present we are working with 16 world-known brand, and we do move beyond. Our company always stays open to clients, and ready to cooperate with new partners.</p>
146 </div> 146 </div>
147 </div> 147 </div>
148 </div> 148 </div>
www/js/about/script.js
@@ -12,4 +12,8 @@ $(document).ready(function() { @@ -12,4 +12,8 @@ $(document).ready(function() {
12 paginationSpeed : 400, 12 paginationSpeed : 400,
13 singleItem:true 13 singleItem:true
14 }); 14 });
  15 +
  16 + $(document).ready(function(){
  17 + $('#langModal').modal('show');
  18 + });
15 }); 19 });
16 \ No newline at end of file 20 \ No newline at end of file