add minor changes

This commit is contained in:
2016-01-06 21:24:26 +01:00
parent 6d2e15cac7
commit 5ca82b89bd
2 changed files with 4 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ use common\models\Account;
<div class="row">
<div class='col-md-4'>
<?php echo Html::a(Yii::t("frontend/ticket","Sell"),null,['class' => 'btn btn-danger btn-block', 'id' => 'btn_sell'] );?>
<?php echo Html::a(Yii::t("frontend/ticket","Fizetve"),null,['class' => 'btn btn-danger btn-block', 'id' => 'btn_sell'] );?>
</div>
<div class='col-md-4'>
<?php echo Html::a(Yii::t("frontend/ticket","To cart"),null,['class' => 'btn btn-success btn-block', 'id' => 'btn_add_to_user_cart'] );?>