Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- use yii\helpers\Html;
- /* @var $this yii\web\View */
- /* @var $model common\models\OrdersVezd */
- $this->title = 'Обновить заказ: ' . $model->id;
- $this->params['breadcrumbs'][] = ['label' => 'Заказы', 'url' => ['abroad']];
- //$this->params['breadcrumbs'][] = ['label' => $model->id, 'url' => ['view', 'id' => $model->id]];
- $this->params['breadcrumbs'][] = 'Обновить';
- ?>
- <div class="orders-update">
- <h1><?= Html::encode($this->title) ?></h1>
- <?= $this->render('_form-vezd', [
- 'model' => $model,
- 'dataProviderMessages' => $dataProviderMessages,
- 'dataProviderStatuses' => $dataProviderStatuses,
- ]) ?>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment