Commit 6e490db670ed7cd7e794fceb9c0f5af7333d1b52
1 parent
c178232a
Веталь
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
frontend/views/basket/index.php
| ... | ... | @@ -123,8 +123,10 @@ $('#orders-delivery input[type=\"radio\"]').click(function(){ |
| 123 | 123 | |
| 124 | 124 | <div class="input-blocks-group textareagroup" style="border-bottom: none;"> |
| 125 | 125 | <?php echo $form->field($modelOrder,'body')->textarea(['rows'=>7]); ?> |
| 126 | + <div class="checkout_basket"> | |
| 127 | + <?php echo Html::submitButton(' Оформить заказ ',array('class'=>'submit4')); ?> | |
| 128 | + </div> | |
| 126 | 129 | |
| 127 | - <?php echo Html::submitButton(' Оформить заказ ',array('class'=>'submit4')); ?> | |
| 128 | 130 | </div> |
| 129 | 131 | |
| 130 | 132 | <div class="both"></div> | ... | ... |