/
var
/
www
/
vhosts
/
nabawater
/
backend
/
views
/
country
/
/var/www/vhosts/nabawater/backend/views/country
mkdir
upload
Name
Size
Mode
Actions
create.php
512
0644
edit
dl
rm
index.php
4123
0644
edit
dl
rm
update.php
512
0644
edit
dl
rm
_form.php
2281
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/backend/views/country/update.php
(512B)
<?php /* @var $this \yii\web\View */ /* @var $model \backend\models\Country */ /* @var $modelLang \backend\models\CountryLang */ $this->title = yii::t('backend','Update Country'); ?> <div class="row"> <div class="col-md-3"></div> <div class="col-md-6"> <div class ="card"> <?= $this->render('_form', [ 'model' => $model, 'modelLang' => $modelLang, 'appLanguages' => $appLanguages ]); ?> </div> </div> </div>
Save
title = yii::t('backend','Update Country'); ?>
= $this->render('_form', [ 'model' => $model, 'modelLang' => $modelLang, 'appLanguages' => $appLanguages ]); ?>