Profile

Change your personal data! Some information can only be modified by an administrator. If you wish to alter this information (e.g. your e-mail), please contact the administrator! user; $form = ActiveForm::begin ( [ 'options' => [ 'id' => 'edit-form' ] ] ); ?>

Personal information:

Username: __get('username')?>
Email: __get('email')?>
Form of address: __get('form_of_address')?>
Title: __get('title')?>
Name: __get('name')?>
First name: __get('first_name')?>

Url::to(['account/personal?user='.$user->__get('username')]),'title' => 'Edit your personal information', 'class' => 'showModalButton btn btn-primary', 'id'=>'edit']); ?>

Address:

Institution: __get('institution')?>
Division: __get('division')?>
Street/P.O. Box: __get('street_pobox')?>
Postal Code: __get('postal_code')?>
Location/City: __get('location_city')?>
Country: __get('country')?>

Url::to(['account/address?user='.$user->__get('username')]),'title' => 'Edit your address', 'class' => 'showModalButton btn btn-primary']); ?>

Delivery address:

Institution: __get('delivery_institution')?>
Division: __get('delivery_division')?>
Street/P.O. Box: __get('delivery_street')?>
Postal Code: __get('delivery_postal_code')?>
Location/City: __get('delivery_location')?>
Country: __get('delivery_country')?>

Url::to(['account/delivery?user='.$user->__get('username')]),'title' => 'Edit your delivery address', 'class' => 'showModalButton btn btn-primary', 'width'=>'20px']); ?>
[ 'id' => 'modalHeader' ], 'id' => 'modal', 'size' => 'modal-lg', // keeps from closing modal with esc key or by clicking out of the modal. // user must click cancel or X to close 'clientOptions' => [ 'backdrop' => 'static', 'keyboard' => FALSE ] ] ); ?>