* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\bootstrap\ActiveForm; use yii\bootstrap\Nav; use yii\helpers\Html; /** * @var yii\web\View $this * @var dektrium\user\models\User $user */ $this->title = '新建用户'; $this->params['breadcrumbs'][] = ['label' => '用户', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
[ 'class' => 'nav-pills nav-stacked', ], 'items' => [ ['label' => Yii::t('app', 'Account details'), 'url' => ['/user/admin/create']], ['label' => Yii::t('app', 'Profile details'), 'options' => [ 'class' => 'disabled', 'onclick' => 'return false;', ]], ], ]) ?>
默认密码 111111
render('_user', ['form' => $form, 'user' => $user]) ?>
'btn bg-maroon btn-flat btn-block']) ?>