You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 3 години
123456789101112131415161718192021
  1. <?php
  2. use yii\helpers\Html;
  3. backend\modules\zzcs\assets\ZzcsNewAsset::register($this);
  4. /* @var $this yii\web\View */
  5. /* @var $model backend\modules\zzcs\models\OperaBalanceHis */
  6. $this->title = 'Update Opera Balance His: ' . $model->id;
  7. $this->params['breadcrumbs'][] = ['label' => 'Opera Balance His', 'url' => ['index']];
  8. $this->params['breadcrumbs'][] = ['label' => $model->id, 'url' => ['view', 'id' => $model->id]];
  9. $this->params['breadcrumbs'][] = 'Update';
  10. ?>
  11. <div class="opera-balance-his-update">
  12. <h1><?= Html::encode($this->title) ?></h1>
  13. <?= $this->render('_form', [
  14. 'model' => $model,
  15. ]) ?>
  16. </div>