add inventory admin fix, add procurement update
This commit is contained in:
@@ -48,7 +48,15 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
[
|
||||
'class' => 'yii\grid\ActionColumn',
|
||||
'template' => '{view}',
|
||||
'template' => '{view} {update}',
|
||||
'buttons' => [
|
||||
'update' => function ($url, $model, $key) {
|
||||
return Html::a('Módosít',$url, ['class' =>'btn btn-xs btn-primary' ]);
|
||||
},
|
||||
'view' => function ($url, $model, $key) {
|
||||
return Html::a('Részletek',$url, ['class' =>'btn btn-xs btn-primary' ]);
|
||||
}
|
||||
]
|
||||
],
|
||||
],
|
||||
]); ?>
|
||||
|
||||
Reference in New Issue
Block a user