add frontend changes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
use yii\bootstrap\Html;
|
||||
use kartik\widgets\ActiveForm;
|
||||
?>
|
||||
|
||||
|
||||
@@ -33,8 +34,10 @@ use yii\bootstrap\Html;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row' >
|
||||
<div class='col-md-3'>
|
||||
<?php echo Html::a(Yii::t('frontend/product', "Paid"),null,[ 'id' => 'btn_pay_user_cart', 'class' => 'btn btn-primary btn-block' ]) ?>
|
||||
<div class="row">
|
||||
<div class='col-md-3 '>
|
||||
<?php $form = ActiveForm::begin([]); ?>
|
||||
<?php echo Html::submitButton( Yii::t('frontend/product', "Paid"), [ 'id' => 'btn_pay_user_cart', 'class' => 'btn btn-primary btn-block' , 'name' => 'payout_user_cart']) ?>
|
||||
<?php ActiveForm::end(); ?>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user