add backed transfer list chages. Add conffir dkailogsW
This commit is contained in:
@@ -78,8 +78,10 @@ $formatter = Yii::$app->formatter;
|
||||
if ( $model->status != Transfer::STATUS_STORNO){
|
||||
echo Html::a('<span class="glyphicon glyphicon-trash"></span>Törlés', Url::toRoute(['delete','id' =>$model->id_transfer]), [
|
||||
'title' => Yii::t('yii', 'Delete'),
|
||||
'data-confirm' => Yii::t('yii', 'Are you sure to delete this item?'),
|
||||
'data-method' => 'post',
|
||||
'data' => [
|
||||
'confirm' => Yii::t('common/waste', 'Biztos törli a tranzakciót'),
|
||||
'method' => 'post',
|
||||
],
|
||||
'class' => 'btn btn-danger',
|
||||
// 'style' =>'margin-right: 12px;'
|
||||
]);}?>
|
||||
|
||||
Reference in New Issue
Block a user