|
|
@@ -14,8 +14,7 @@ $this->title = 'Mon profil' ; |
|
|
|
<h1 class="title-systeme-commande"><span class="glyphicon glyphicon-user"></span> Mon profil</h1> |
|
|
|
<?php if(isset($edit_ok)): ?> |
|
|
|
<div class="alert alert-success"> |
|
|
|
Votre profil a bien été modifié.<br /> |
|
|
|
Si vous avez modifié votre adresse email, elle devient votre identifiant de connexion. |
|
|
|
Votre profil a bien été modifié. |
|
|
|
</div> |
|
|
|
<?php endif; ?> |
|
|
|
|
|
|
@@ -27,7 +26,7 @@ $this->title = 'Mon profil' ; |
|
|
|
<?= $form->field($model, 'nom')->textInput() ?> |
|
|
|
<?= $form->field($model, 'prenom')->textInput() ?> |
|
|
|
<?= $form->field($model, 'telephone')->textInput() ?> |
|
|
|
<?= $form->field($model, 'email')->textInput() ?> |
|
|
|
<?= $form->field($model, 'email')->textInput(['readonly' => true]); ?> |
|
|
|
<?= $form->field($model, 'adresse')->textarea() ?> |
|
|
|
|
|
|
|
<div class="clr"></div> |