Commit 53254ab5687fe3ace2f63c1905f026b74edc9590
1 parent
e85a9a94
Веталь
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
| ... | ... | @@ -1277,4 +1277,7 @@ ul.product-special li.promo:after { |
| 1277 | 1277 | .field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label { |
| 1278 | 1278 | width: 100%; |
| 1279 | 1279 | float: left; |
| 1280 | +} | |
| 1281 | +.basket_title_ { | |
| 1282 | + text-align: center; | |
| 1280 | 1283 | } |
| 1281 | 1284 | \ No newline at end of file | ... | ... |