doorlogmanager view minor improvements
This commit is contained in:
parent
8f647e3940
commit
2c6739f213
@ -24,8 +24,7 @@ use yii\widgets\ActiveForm;
|
|||||||
<!-- --><?php //= $form->field($model, 'updated_at') ?>
|
<!-- --><?php //= $form->field($model, 'updated_at') ?>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<?= Html::submitButton(Yii::t('common/inventory', 'Search'), ['class' => 'btn btn-primary']) ?>
|
<?= Html::submitButton('Keres' , ['class' => 'btn btn-primary']) ?>
|
||||||
<?= Html::resetButton(Yii::t('common/inventory', 'Reset'), ['class' => 'btn btn-default']) ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php ActiveForm::end(); ?>
|
<?php ActiveForm::end(); ?>
|
||||||
|
|||||||
@ -20,7 +20,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
|||||||
'dataProvider' => $dataProvider,
|
'dataProvider' => $dataProvider,
|
||||||
'columns' => [
|
'columns' => [
|
||||||
[ 'attribute' => 'id_door_manager_log', "value" =>"id_door_manager_log", "label" => 'ID' ],
|
[ 'attribute' => 'id_door_manager_log', "value" =>"id_door_manager_log", "label" => 'ID' ],
|
||||||
'created_at:datetime',
|
[ 'attribute' => 'created_at', "value" =>"created_at", "format" => "datetime", "label" => 'Létrehozva' ],
|
||||||
[ 'attribute' => 'verify_only', "value" =>function ($model) {
|
[ 'attribute' => 'verify_only', "value" =>function ($model) {
|
||||||
return $model->verify_only ? "I" : "N";
|
return $model->verify_only ? "I" : "N";
|
||||||
}, "label" => 'Teszt' ],
|
}, "label" => 'Teszt' ],
|
||||||
@ -61,4 +61,3 @@ $this->params['breadcrumbs'][] = $this->title;
|
|||||||
]); ?>
|
]); ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
8
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user