Commit 34b5f15ab280b051705e1a2d6e69a2e04c123525
Merge remote-tracking branch 'origin/master'
# Conflicts: # frontend/web/css/style.css
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
frontend/views/basket/index.php
... | ... | @@ -40,7 +40,7 @@ $('#order-delivery input[type=\"radio\"]').click(function(){ |
40 | 40 | |
41 | 41 | <h1 class="basket_title_">Корзина</h1> |
42 | 42 | <div class="ten"></div> |
43 | -<?= Html::a('Вернуться в каталог', ['/site/index'], ['class'=>'btn-success']) ?> | |
43 | + | |
44 | 44 | <?php $form = ActiveForm::begin(['enableClientScript' => false]); ?> |
45 | 45 | <div class="rightbar"> |
46 | 46 | <div class="form-order"> |
... | ... | @@ -108,7 +108,9 @@ $('#order-delivery input[type=\"radio\"]').click(function(){ |
108 | 108 | |
109 | 109 | |
110 | 110 | |
111 | - </div><div class="both"></div> | |
111 | + </div> | |
112 | + <?= Html::a('Продолжить покупки', ['/site/index'], ['class'=>'btn-success cont_shopping']) ?> | |
113 | + <div class="both"></div> | |
112 | 114 | <?php ActiveForm::end(); ?> |
113 | 115 | |
114 | 116 | ... | ... |
frontend/web/css/style.css