title = 'Profile'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title;?>

[ 'update' ], 'method' => 'POST', 'errorCssClass' => 'has-error bad', ] ); echo $form->field( $userData, 'email', [ 'options' => [ 'class' => 'form-group item', ], 'inputOptions' => [ 'class' => 'form-control has-feedback-left', 'placeholder' => $userData->getAttributeLabel('email'), ], 'errorOptions' => [ 'class' => 'help-block alert', ], ] ) ->textInput(); echo $form->field( $changePasswordModel, 'oldPassword', [ 'options' => [ 'class' => 'form-group item', ], 'errorOptions' => [ 'class' => 'help-block alert', ], ] ) ->passwordInput(); echo $form->field( $changePasswordModel, 'newPassword', [ 'options' => [ 'class' => 'form-group item', ], 'errorOptions' => [ 'class' => 'help-block alert', ], ] ) ->passwordInput(); echo $form->field( $changePasswordModel, 'newPasswordRepeat', [ 'options' => [ 'class' => 'form-group item', ], 'errorOptions' => [ 'class' => 'help-block alert', ], ] ); ?>
'btn btn-success personal_info_submit_button', ] ); ?>