title = Yii::t('app', 'CreateAuction ID'); $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Auction ID'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; //$this->registerJsFile('js/auclots.js',['depends'=>'app\assets\AppAsset']); ?>
title) ?>
RequisiteValid()==false) { echo Alert::widget([ 'options' => [ 'class' => 'alert-danger' ], 'body' => Yii::t('app', 'noRequisites ID') ]); echo Html::a(\Yii::t('app', 'Create ID'). ' ' .\Yii::t('app', 'Requisites ID'), ['/requisites/index'], ['class' => 'btn btn-success']); } */ ?> render('_form', [ 'model' => $model, ]) ?>